Color Hex Logo

#debce6 Color Hex

#DEBCE6
(222,188,230)
0 Favorites   0 Comments

Color spaces of #debce6

RGB 222188230
HSL0.800.460.82
HSV289°18°90°
CMYK 0.030.180.00   0.10
XYZ62.390357.209282.6171
Yxy57.20920.30850.2829
Hunter Lab75.636814.8745-11.8160
CIE-Lab80.297119.4660-16.3880

#debce6 color RGB value is (222,188,230).

#debce6 hex color red value is 222, green value is 188 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #debce6 hue: 0.80 , saturation: 0.46 and the lightness value of debce6 is 0.82.

The process color (four color CMYK) of #debce6 color hex is 0.03, 0.18, 0.00, 0.10. Web safe color of #debce6 is #ccccff. Color #debce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111100 11100110
Octal 336 274 346
Decimal 222 188 230
Hex DE BC E6

RGB Percentages of Color #debce6

%34.69
%29.38
%35.94

CMYK Percentages of Color #debce6

%3
%18
%0
%10

Triadic Colors of #debce6

#debce6 #e6debc #bce6de

Analogous Colors of #debce6

#debce6 #e6bcd9 #c9bce6

Monochromatic Colors of #debce6

#debce6

Complementary Color

#debce6 #c4e6bc

#debce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debce6 Color CSS Codes

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

#debce6 Text Font Color

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

This sample text font color is #debce6
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.


#debce6 Background Color

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

This div background color is #debce6


#debce6 Border Color

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

This div border color is #debce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debce6


Comments

No comments written yet.

Please login to write comment.