Shades of Clear Day #DFF9F2
Tints of Clear Day #DFF9F2
RGB
CMYK
RGB Variations
Color information
#DFF9F2 (or 0xDFF9F2) is known color: Clear Day. HEX triplet: DF, F9 and F2. RGB value is (223,249,242). Sum of RGB (Red+Green+Blue) = 223+249+242=714 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.23% from 714); Green value is 249 (97.66% from 255 or 34.87% from 714); Blue value is 242 (94.92% from 255 or 33.89% from 714); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF9F2 is #20060D. Grayscale: #F0F0F0. Windows color (decimal): -2098702 or 15923679. OLE color: 15923679.
HSL color Cylindrical-coordinate representation of color #DFF9F2: hue angle of 163.85º 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 #DFF9F2 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 249 | 242 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.02 |
| HSL | 163.85º | 0.68% | 0.93% | - |
| HSV(B) | 163.85º | 0.1% | 0.98% | - |
| XYZ | 80.33 | 89.85 | 97.11 | - |
| YUV | 240.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 249 | 242 | 0.10 | 0 | 0.03 | 0.02 | 163.85 | 0.68 | 0.93 |
| Hex | DF | F9 | F2 | A | 0 | 3 | 2 | A4 | 44 | 5D |
| Octal | 337 | 371 | 362 | 12 | 0 | 3 | 2 | 244 | 104 | 135 |
| Binary | 11011111 | 11111001 | 11110010 | 1010 | 0 | 11 | 10 | 10100100 | 1000100 | 1011101 |
Color Harmonies of #DFF9F2
Complementary color
Monochromatic Colors of #DFF9F2
Black with #DFF9F2
Text Example
Text Example
White with #DFF9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF9F2; }
p { color: rgb(223,249,242); }
H1.HeaderClassName
{
color: #DFF9F2;
}
.AnyTagClassName
{
color: #DFF9F2;
}
</style>
background-color css
<style>
a { background-color: #DFF9F2; }
a { background-color: rgb(223,249,242); }
div.DivClassName
{
background-color: #DFF9F2;
}
.BgClassName
{
background-color: #DFF9F2;
}
</style>
border-color css
<style>
span { border-color: #DFF9F2; }
span { border-color: rgb(223,249,242); }
td.TdClassName
{
border-color: #DFF9F2;
}
.TagClassName
{
border-color: #DFF9F2;
}
</style>