#DDF2EA

Color #DDF2EA Clear Day (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clear Day #DDF2EA

Tints of Clear Day #DDF2EA

Color information

#DDF2EA (or 0xDDF2EA) is unknown color: approx Clear Day. HEX triplet: DD, F2 and EA. RGB value is (221,242,234). Sum of RGB (Red+Green+Blue) = 221+242+234=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2EA is #220D15. Grayscale: #EAEAEA. Windows color (decimal): -2231574 or 15397597. OLE color: 15397597.

HSL color Cylindrical-coordinate representation of color #DDF2EA: hue angle of 157.14º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF2EA is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB221242234-
CMYK0.0900.030.05
HSL157.14º44.68%90.78%-
HSV(B)157.14º8.68%94.9%-
XYZ76.4284.8290.19-
YUV234.81127.54118.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 31.71%
GREEN value IS 242 (94.92% from 255) = 34.72%
BLUE value IS 234 (91.80% from 255) = 33.57%
R=31.71%
G=34.72%
B=33.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212422340.0900.030.05157.1444.6890.78
HexDDF2EA90359d2d5b
Octal3353623521103523555133
Binary1101110111110010111010101001011101100111011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2EA; }

 p { color: rgb(221,242,234); }

 H1.HeaderClassName
 {
   color: #DDF2EA;
 }
 .AnyTagClassName
 {
   color: #DDF2EA;
 }
</style>
background-color css

<style>
 a { background-color: #DDF2EA; }

 a { background-color: rgb(221,242,234); }

 div.DivClassName
 {
   background-color: #DDF2EA;
 }
 .BgClassName
 {
   background-color: #DDF2EA;
 }
</style>
border-color css

<style>
 span { border-color: #DDF2EA; }

 span { border-color: rgb(221,242,234); }

 td.TdClassName
 {
   border-color: #DDF2EA;
 }
 .TagClassName
 {
   border-color: #DDF2EA;
 }
</style>