#DDF2EB

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

Shades of Clear Day #DDF2EB

Tints of Clear Day #DDF2EB

Color information

#DDF2EB (or 0xDDF2EB) is unknown color: approx Clear Day. HEX triplet: DD, F2 and EB. RGB value is (221,242,235). Sum of RGB (Red+Green+Blue) = 221+242+235=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 235 (92.19% from 255 or 33.67% from 698); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2EB is #220D14. Grayscale: #EAEAEA. Windows color (decimal): -2231573 or 15463133. OLE color: 15463133.

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

Color convert

RGB221242235-
CMYK0.0900.030.05
HSL160º44.68%90.78%-
HSV(B)160º8.68%94.9%-
XYZ76.5784.8790.94-
YUV234.92128.04118.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.66%
GREEN value IS 242 (94.92% from 255) = 34.67%
BLUE value IS 235 (92.19% from 255) = 33.67%
R=31.66%
G=34.67%
B=33.67%

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
Decimal2212422350.0900.030.0516044.6890.78
HexDDF2EB9035a02d5b
Octal3353623531103524055133
Binary1101110111110010111010111001011101101000001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2EB; }

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

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

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

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

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

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

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

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