Color Hex Logo

#deb7db Color Hex

#DEB7DB
(222,183,219)
0 Favorites   0 Comments

Color spaces of #deb7db

RGB 222183219
HSL0.850.370.79
HSV305°18°87°
CMYK 0.000.180.01   0.13
XYZ59.843954.511074.3854
Yxy54.51100.31710.2888
Hunter Lab73.831615.4773-8.0527
CIE-Lab78.758820.1028-12.7687

#deb7db color RGB value is (222,183,219).

#deb7db hex color red value is 222, green value is 183 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #deb7db hue: 0.85 , saturation: 0.37 and the lightness value of deb7db is 0.79.

The process color (four color CMYK) of #deb7db color hex is 0.00, 0.18, 0.01, 0.13. Web safe color of #deb7db is #cccccc. Color #deb7db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110111 11011011
Octal 336 267 333
Decimal 222 183 219
Hex DE B7 DB

RGB Percentages of Color #deb7db

%35.58
%29.33
%35.10

CMYK Percentages of Color #deb7db

%0
%18
%1
%13

Triadic Colors of #deb7db

#deb7db #dbdeb7 #b7dbde

Analogous Colors of #deb7db

#deb7db #deb7c8 #ceb7de

Monochromatic Colors of #deb7db

#deb7db

Complementary Color

#deb7db #b7deba

#deb7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb7db Color CSS Codes

.mybgcolor {background-color:#deb7db; } 
.myforecolor {color:#deb7db; }
.mybordercolor {border:3px solid #deb7db; }

#deb7db Text Font Color

<p style="color:#deb7db">Text here</p>

This sample text font color is #deb7db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#deb7db Background Color

<div style="background-color:#deb7db">
Div content here</div>

This div background color is #deb7db


#deb7db Border Color

<div style="border:3px solid #deb7db">
Div here</div>

This div border color is #deb7db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,183,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #deb7db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #deb7db;
  -webkit-box-shadow: 1px 1px 3px 2px #deb7db;
  box-shadow:         1px 1px 3px 2px #deb7db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,183,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #deb7db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #deb7db;
  -webkit-box-shadow: 1px 1px 3px 2px #deb7db;
  box-shadow:         1px 1px 3px 2px #deb7db;">
Div content here</div>

This div box has shadow with color #deb7db

#deb7db Color Palettes


Comments

No comments written yet.

Please login to write comment.