#DDEEE9

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

Shades of Clear Day #DDEEE9

Tints of Clear Day #DDEEE9

Color information

#DDEEE9 (or 0xDDEEE9) is unknown color: approx Clear Day. HEX triplet: DD, EE and E9. RGB value is (221,238,233). Sum of RGB (Red+Green+Blue) = 221+238+233=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 233 (91.41% from 255 or 33.67% from 692); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEE9 is #221116. Grayscale: #E8E8E8. Windows color (decimal): -2232599 or 15331037. OLE color: 15331037.

HSL color Cylindrical-coordinate representation of color #DDEEE9: hue angle of 162.35º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEEE9 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB221238233-
CMYK0.0700.020.07
HSL162.35º33.33%90%-
HSV(B)162.35º7.14%93.33%-
XYZ75.182.489.04-
YUV232.35128.37119.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.94%
GREEN value IS 238 (93.36% from 255) = 34.39%
BLUE value IS 233 (91.41% from 255) = 33.67%
R=31.94%
G=34.39%
B=33.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212382330.0700.020.07162.3533.3390
HexDDEEE97027a2215a
Octal335356351702724241132
Binary110111011110111011101001111010111101000101000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEE9; }

 p { color: rgb(221,238,233); }

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

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

 a { background-color: rgb(221,238,233); }

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

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

 span { border-color: rgb(221,238,233); }

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