Color Hex Logo

#ddbee6 Color Hex

#DDBEE6
(221,190,230)
0 Favorites   0 Comments

Color spaces of #ddbee6

RGB 221190230
HSL0.800.440.82
HSV287°17°90°
CMYK 0.040.170.00   0.10
XYZ62.515257.912282.7462
Yxy57.91220.30770.2850
Hunter Lab76.100113.4603-11.1980
CIE-Lab80.690018.0625-15.8057

#ddbee6 color RGB value is (221,190,230).

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

The process color (four color CMYK) of #ddbee6 color hex is 0.04, 0.17, 0.00, 0.10. Web safe color of #ddbee6 is #ccccff. Color #ddbee6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 11100110
Octal 335 276 346
Decimal 221 190 230
Hex DD BE E6

RGB Percentages of Color #ddbee6

%34.48
%29.64
%35.88

CMYK Percentages of Color #ddbee6

%4
%17
%0
%10

Triadic Colors of #ddbee6

#ddbee6 #e6ddbe #bee6dd

Analogous Colors of #ddbee6

#ddbee6 #e6bedb #c9bee6

Monochromatic Colors of #ddbee6

#ddbee6

Complementary Color

#ddbee6 #c7e6be

#ddbee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbee6 Color CSS Codes

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

#ddbee6 Text Font Color

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

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


#ddbee6 Background Color

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

This div background color is #ddbee6


#ddbee6 Border Color

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

This div border color is #ddbee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbee6


Comments

No comments written yet.

Please login to write comment.