#DDEFE8

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

Shades of Clear Day #DDEFE8

Tints of Clear Day #DDEFE8

Color information

#DDEFE8 (or 0xDDEFE8) is unknown color: approx Clear Day. HEX triplet: DD, EF and E8. RGB value is (221,239,232). Sum of RGB (Red+Green+Blue) = 221+239+232=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 232 (91.02% from 255 or 33.53% from 692); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEFE8 is #221017. Grayscale: #E8E8E8. Windows color (decimal): -2232344 or 15265757. OLE color: 15265757.

HSL color Cylindrical-coordinate representation of color #DDEFE8: hue angle of 156.67º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDEFE8 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB221239232-
CMYK0.0800.030.06
HSL156.67º36%90.2%-
HSV(B)156.67º7.53%93.73%-
XYZ75.2582.9388.39-
YUV232.82127.54119.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.94%
GREEN value IS 239 (93.75% from 255) = 34.54%
BLUE value IS 232 (91.02% from 255) = 33.53%
R=31.94%
G=34.54%
B=33.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212392320.0800.030.06156.673690.2
HexDDEFE880369d245a
Octal3353573501003623544132
Binary1101110111101111111010001000011110100111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFE8; }

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

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

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

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

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

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

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

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