Color Hex Logo

#debae6 Color Hex

#DEBAE6
(222,186,230)
0 Favorites   0 Comments

Color spaces of #debae6

RGB 222186230
HSL0.800.470.82
HSV289°19°90°
CMYK 0.030.190.00   0.10
XYZ61.966056.360682.4756
Yxy56.36060.30860.2807
Hunter Lab75.073715.9553-12.5841
CIE-Lab79.818620.5413-17.1089

#debae6 color RGB value is (222,186,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 11100110
Octal 336 272 346
Decimal 222 186 230
Hex DE BA E6

RGB Percentages of Color #debae6

%34.80
%29.15
%36.05

CMYK Percentages of Color #debae6

%3
%19
%0
%10

Triadic Colors of #debae6

#debae6 #e6deba #bae6de

Analogous Colors of #debae6

#debae6 #e6bad8 #c8bae6

Monochromatic Colors of #debae6

#debae6

Complementary Color

#debae6 #c2e6ba

#debae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debae6 Color CSS Codes

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

#debae6 Text Font Color

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

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


#debae6 Background Color

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

This div background color is #debae6


#debae6 Border Color

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

This div border color is #debae6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,186,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 #debae6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debae6


Comments

No comments written yet.

Please login to write comment.