Shades of Clear Day #DDFAEF
Tints of Clear Day #DDFAEF
RGB
CMYK
RGB Variations
Color information
#DDFAEF (or 0xDDFAEF) is known color: 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
| RGB | 221 | 250 | 239 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.02 |
| HSL | 157.24º | 0.74% | 0.92% | - |
| HSV(B) | 157.24º | 0.12% | 0.98% | - |
| XYZ | 79.58 | 89.98 | 94.83 | - |
| YUV | 240.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 239 | 0.12 | 0 | 0.04 | 0.02 | 157.24 | 0.74 | 0.92 |
| Hex | DD | FA | EF | C | 0 | 4 | 2 | 9D | 4A | 5C |
| Octal | 335 | 372 | 357 | 14 | 0 | 4 | 2 | 235 | 112 | 134 |
| Binary | 11011101 | 11111010 | 11101111 | 1100 | 0 | 100 | 10 | 10011101 | 1001010 | 1011100 |
Color Harmonies of #DDFAEF
Complementary color
Monochromatic Colors of #DDFAEF
Black with #DDFAEF
Text Example
Text Example
White with #DDFAEF
Text Example
Text Example
HTML Codes & Css Web 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>