Shades of Clear Day #DFFAF0
Tints of Clear Day #DFFAF0
RGB
CMYK
RGB Variations
Color information
#DFFAF0 (or 0xDFFAF0) is known color: Clear Day. HEX triplet: DF, FA and F0. RGB value is (223,250,240). Sum of RGB (Red+Green+Blue) = 223+250+240=713 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.28% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFAF0 is #20050F. Grayscale: #F0F0F0. Windows color (decimal): -2098448 or 15792863. OLE color: 15792863.
HSL color Cylindrical-coordinate representation of color #DFFAF0: hue angle of 157.78º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFFAF0 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 250 | 240 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.02 |
| HSL | 157.78º | 0.73% | 0.93% | - |
| HSV(B) | 157.78º | 0.11% | 0.98% | - |
| XYZ | 80.35 | 90.35 | 95.64 | - |
| YUV | 240.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 250 | 240 | 0.11 | 0 | 0.04 | 0.02 | 157.78 | 0.73 | 0.93 |
| Hex | DF | FA | F0 | B | 0 | 4 | 2 | 9E | 49 | 5D |
| Octal | 337 | 372 | 360 | 13 | 0 | 4 | 2 | 236 | 111 | 135 |
| Binary | 11011111 | 11111010 | 11110000 | 1011 | 0 | 100 | 10 | 10011110 | 1001001 | 1011101 |
Color Harmonies of #DFFAF0
Complementary color
Monochromatic Colors of #DFFAF0
Black with #DFFAF0
Text Example
Text Example
White with #DFFAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFAF0; }
p { color: rgb(223,250,240); }
H1.HeaderClassName
{
color: #DFFAF0;
}
.AnyTagClassName
{
color: #DFFAF0;
}
</style>
background-color css
<style>
a { background-color: #DFFAF0; }
a { background-color: rgb(223,250,240); }
div.DivClassName
{
background-color: #DFFAF0;
}
.BgClassName
{
background-color: #DFFAF0;
}
</style>
border-color css
<style>
span { border-color: #DFFAF0; }
span { border-color: rgb(223,250,240); }
td.TdClassName
{
border-color: #DFFAF0;
}
.TagClassName
{
border-color: #DFFAF0;
}
</style>