Color Hex Logo

#ddeef6 Color Hex

#DDEEF6
(221,238,246)
0 Favorites   0 Comments

Color spaces of #ddeef6

RGB 221238246
HSL0.550.580.92
HSV199°10°96°
CMYK 0.100.030.00   0.04
XYZ77.027983.175099.1834
Yxy83.17500.29700.3207
Hunter Lab91.2003-8.8393-0.6396
CIE-Lab93.0910-4.0546-5.7876

#ddeef6 color RGB value is (221,238,246).

#ddeef6 hex color red value is 221, green value is 238 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #ddeef6 hue: 0.55 , saturation: 0.58 and the lightness value of ddeef6 is 0.92.

The process color (four color CMYK) of #ddeef6 color hex is 0.10, 0.03, 0.00, 0.04. Web safe color of #ddeef6 is #ccffff. Color #ddeef6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 11110110
Octal 335 356 366
Decimal 221 238 246
Hex DD EE F6

RGB Percentages of Color #ddeef6

%31.35
%33.76
%34.89

CMYK Percentages of Color #ddeef6

%10
%3
%0
%4

Triadic Colors of #ddeef6

#ddeef6 #f6ddee #eef6dd

Analogous Colors of #ddeef6

#ddeef6 #dde2f6 #ddf6f2

Monochromatic Colors of #ddeef6

#ddeef6

Complementary Color

#ddeef6 #f6e5dd

#ddeef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeef6 Color CSS Codes

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

#ddeef6 Text Font Color

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

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


#ddeef6 Background Color

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

This div background color is #ddeef6


#ddeef6 Border Color

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

This div border color is #ddeef6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,238,246, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeef6


Comments

No comments written yet.

Please login to write comment.