#DDEFE9

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

Shades of Clear Day #DDEFE9

Tints of Clear Day #DDEFE9

Color information

#DDEFE9 (or 0xDDEFE9) is unknown color: approx Clear Day. HEX triplet: DD, EF and E9. RGB value is (221,239,233). Sum of RGB (Red+Green+Blue) = 221+239+233=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 233 (91.41% from 255 or 33.62% from 693); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEFE9 is #221016. Grayscale: #E8E8E8. Windows color (decimal): -2232343 or 15331293. OLE color: 15331293.

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

Color convert

RGB221239233-
CMYK0.0800.030.06
HSL160º36%90.2%-
HSV(B)160º7.53%93.73%-
XYZ75.3982.9989.14-
YUV232.93128.04119.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.89%
GREEN value IS 239 (93.75% from 255) = 34.49%
BLUE value IS 233 (91.41% from 255) = 33.62%
R=31.89%
G=34.49%
B=33.62%

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
Decimal2212392330.0800.030.061603690.2
HexDDEFE98036a0245a
Octal3353573511003624044132
Binary1101110111101111111010011000011110101000001001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFE9; }

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

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

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

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

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

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

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

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