#DDFAEF

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

Shades of Clear Day #DDFAEF

Tints of Clear Day #DDFAEF

Color information

#DDFAEF (or 0xDDFAEF) is unknown color: approx Clear Day. HEX triplet: DD, FA and EF. RGB value is (221,250,239). Sum of RGB (Red+Green+Blue) = 221+250+239=710 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.13% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAEF is #220510. Grayscale: #F0F0F0. Windows color (decimal): -2229521 or 15727325. OLE color: 15727325.

HSL color Cylindrical-coordinate representation of color #DDFAEF: hue angle of 157.24º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFAEF is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB221250239-
CMYK0.1200.040.02
HSL157.24º74.36%92.35%-
HSV(B)157.24º11.6%98.04%-
XYZ79.5889.9894.83-
YUV240.08127.39114.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.13%
GREEN value IS 250 (98.05% from 255) = 35.21%
BLUE value IS 239 (93.75% from 255) = 33.66%
R=31.13%
G=35.21%
B=33.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212502390.1200.040.02157.2474.3692.35
HexDDFAEFC0429d4a5c
Octal33537235714042235112134
Binary11011101111110101110111111000100101001110110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAEF; }

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

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

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

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

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

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

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

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