Shades of Clear Day #DFF9F0
Tints of Clear Day #DFF9F0
RGB
CMYK
RGB Variations
Color information
#DFF9F0 (or 0xDFF9F0) is known color: Clear Day. HEX triplet: DF, F9 and F0. RGB value is (223,249,240). Sum of RGB (Red+Green+Blue) = 223+249+240=712 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.32% from 712); Green value is 249 (97.66% from 255 or 34.97% from 712); Blue value is 240 (94.14% from 255 or 33.71% from 712); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF9F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF9F0 is #20060F. Grayscale: #F0F0F0. Windows color (decimal): -2098704 or 15792607. OLE color: 15792607.
HSL color Cylindrical-coordinate representation of color #DFF9F0: hue angle of 159.23º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFF9F0 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 249 | 240 | - |
CMYK | 0.10 | 0 | 0.04 | 0.02 |
HSL | 159.23º | 0.68% | 0.93% | - |
HSV(B) | 159.23º | 0.1% | 0.98% | - |
XYZ | 80.04 | 89.73 | 95.54 | - |
YUV | 240.2 | 127.89 | 115.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 249 | 240 | 0.10 | 0 | 0.04 | 0.02 | 159.23 | 0.68 | 0.93 |
Hex | DF | F9 | F0 | A | 0 | 4 | 2 | 9F | 44 | 5D |
Octal | 337 | 371 | 360 | 12 | 0 | 4 | 2 | 237 | 104 | 135 |
Binary | 11011111 | 11111001 | 11110000 | 1010 | 0 | 100 | 10 | 10011111 | 1000100 | 1011101 |
Color Harmonies of #DFF9F0
Complementary color
Monochromatic Colors of #DFF9F0
Black with #DFF9F0
Text Example
Text Example
White with #DFF9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF9F0; }
p { color: rgb(223,249,240); }
H1.HeaderClassName
{
color: #DFF9F0;
}
.AnyTagClassName
{
color: #DFF9F0;
}
</style>
background-color css
<style>
a { background-color: #DFF9F0; }
a { background-color: rgb(223,249,240); }
div.DivClassName
{
background-color: #DFF9F0;
}
.BgClassName
{
background-color: #DFF9F0;
}
</style>
border-color css
<style>
span { border-color: #DFF9F0; }
span { border-color: rgb(223,249,240); }
td.TdClassName
{
border-color: #DFF9F0;
}
.TagClassName
{
border-color: #DFF9F0;
}
</style>