Shades of Clear Day #DFFFF0
Tints of Clear Day #DFFFF0
RGB
CMYK
RGB Variations
Color information
#DFFFF0 (or 0xDFFFF0) is known color: Clear Day. HEX triplet: DF, FF and F0. RGB value is (223,255,240). Sum of RGB (Red+Green+Blue) = 223+255+240=718 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.06% from 718); Green value is 255 (100% from 255 or 35.52% from 718); Blue value is 240 (94.14% from 255 or 33.43% from 718); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFFF0 is #20000F. Grayscale: #F3F3F3. Windows color (decimal): -2097168 or 15794143. OLE color: 15794143.
HSL color Cylindrical-coordinate representation of color #DFFFF0: hue angle of 151.88º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFFFF0 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 240 | - |
| CMYK | 0.13 | 0 | 0.06 | 0 |
| HSL | 151.88º | 1% | 0.94% | - |
| HSV(B) | 151.88º | 0.13% | 1% | - |
| XYZ | 81.92 | 93.5 | 96.17 | - |
| YUV | 243.72 | 125.9 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 240 | 0.13 | 0 | 0.06 | 0 | 151.88 | 1 | 0.94 |
| Hex | DF | FF | F0 | D | 0 | 6 | 0 | 98 | 64 | 5E |
| Octal | 337 | 377 | 360 | 15 | 0 | 6 | 0 | 230 | 144 | 136 |
| Binary | 11011111 | 11111111 | 11110000 | 1101 | 0 | 110 | 0 | 10011000 | 1100100 | 1011110 |
Color Harmonies of #DFFFF0
Complementary color
Monochromatic Colors of #DFFFF0
Black with #DFFFF0
Text Example
Text Example
White with #DFFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFF0; }
p { color: rgb(223,255,240); }
H1.HeaderClassName
{
color: #DFFFF0;
}
.AnyTagClassName
{
color: #DFFFF0;
}
</style>
background-color css
<style>
a { background-color: #DFFFF0; }
a { background-color: rgb(223,255,240); }
div.DivClassName
{
background-color: #DFFFF0;
}
.BgClassName
{
background-color: #DFFFF0;
}
</style>
border-color css
<style>
span { border-color: #DFFFF0; }
span { border-color: rgb(223,255,240); }
td.TdClassName
{
border-color: #DFFFF0;
}
.TagClassName
{
border-color: #DFFFF0;
}
</style>