Shades of Clear Day #DDFAF0
Tints of Clear Day #DDFAF0
RGB
CMYK
RGB Variations
Color information
#DDFAF0 (or 0xDDFAF0) is known color: Clear Day. HEX triplet: DD, FA and F0. RGB value is (221,250,240). Sum of RGB (Red+Green+Blue) = 221+250+240=711 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.08% from 711); Green value is 250 (98.05% from 255 or 35.16% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAF0 is #22050F. Grayscale: #F0F0F0. Windows color (decimal): -2229520 or 15792861. OLE color: 15792861.
HSL color Cylindrical-coordinate representation of color #DDFAF0: hue angle of 159.31º 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 #DDFAF0 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 250 | 240 | - |
CMYK | 0.12 | 0 | 0.04 | 0.02 |
HSL | 159.31º | 0.74% | 0.92% | - |
HSV(B) | 159.31º | 0.12% | 0.98% | - |
XYZ | 79.73 | 90.03 | 95.61 | - |
YUV | 240.19 | 127.89 | 114.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 250 | 240 | 0.12 | 0 | 0.04 | 0.02 | 159.31 | 0.74 | 0.92 |
Hex | DD | FA | F0 | C | 0 | 4 | 2 | 9F | 4A | 5C |
Octal | 335 | 372 | 360 | 14 | 0 | 4 | 2 | 237 | 112 | 134 |
Binary | 11011101 | 11111010 | 11110000 | 1100 | 0 | 100 | 10 | 10011111 | 1001010 | 1011100 |
Color Harmonies of #DDFAF0
Complementary color
Monochromatic Colors of #DDFAF0
Black with #DDFAF0
Text Example
Text Example
White with #DDFAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAF0; }
p { color: rgb(221,250,240); }
H1.HeaderClassName
{
color: #DDFAF0;
}
.AnyTagClassName
{
color: #DDFAF0;
}
</style>
background-color css
<style>
a { background-color: #DDFAF0; }
a { background-color: rgb(221,250,240); }
div.DivClassName
{
background-color: #DDFAF0;
}
.BgClassName
{
background-color: #DDFAF0;
}
</style>
border-color css
<style>
span { border-color: #DDFAF0; }
span { border-color: rgb(221,250,240); }
td.TdClassName
{
border-color: #DDFAF0;
}
.TagClassName
{
border-color: #DDFAF0;
}
</style>