#DDEEE8

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

Shades of Clear Day #DDEEE8

Tints of Clear Day #DDEEE8

Color information

#DDEEE8 (or 0xDDEEE8) is unknown color: approx Clear Day. HEX triplet: DD, EE and E8. RGB value is (221,238,232). Sum of RGB (Red+Green+Blue) = 221+238+232=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 232 (91.02% from 255 or 33.57% from 691); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEE8 is #221117. Grayscale: #E8E8E8. Windows color (decimal): -2232600 or 15265501. OLE color: 15265501.

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

Color convert

RGB221238232-
CMYK0.0700.030.07
HSL158.82º33.33%90%-
HSV(B)158.82º7.14%93.33%-
XYZ74.9682.3588.29-
YUV232.23127.87119.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.98%
GREEN value IS 238 (93.36% from 255) = 34.44%
BLUE value IS 232 (91.02% from 255) = 33.57%
R=31.98%
G=34.44%
B=33.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212382320.0700.030.07158.8233.3390
HexDDEEE870379f215a
Octal335356350703723741132
Binary110111011110111011101000111011111100111111000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEE8; }

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

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

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

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

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

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

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

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