#DDF2EC

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

Shades of Clear Day #DDF2EC

Tints of Clear Day #DDF2EC

Color information

#DDF2EC (or 0xDDF2EC) is unknown color: approx Clear Day. HEX triplet: DD, F2 and EC. RGB value is (221,242,236). Sum of RGB (Red+Green+Blue) = 221+242+236=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 236 (92.58% from 255 or 33.76% from 699); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2EC is #220D13. Grayscale: #EBEBEB. Windows color (decimal): -2231572 or 15528669. OLE color: 15528669.

HSL color Cylindrical-coordinate representation of color #DDF2EC: hue angle of 162.86º 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 #DDF2EC is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB221242236-
CMYK0.0900.020.05
HSL162.86º44.68%90.78%-
HSV(B)162.86º8.68%94.9%-
XYZ76.7184.9391.71-
YUV235.04128.54117.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.62%
GREEN value IS 242 (94.92% from 255) = 34.62%
BLUE value IS 236 (92.58% from 255) = 33.76%
R=31.62%
G=34.62%
B=33.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212422360.0900.020.05162.8644.6890.78
HexDDF2EC9025a32d5b
Octal3353623541102524355133
Binary1101110111110010111011001001010101101000111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2EC; }

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

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

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

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

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

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

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

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