Shades of Clear Day #DFFDF6
Tints of Clear Day #DFFDF6
RGB
CMYK
RGB Variations
Color information
#DFFDF6 (or 0xDFFDF6) is known color: Clear Day. HEX triplet: DF, FD and F6. RGB value is (223,253,246). Sum of RGB (Red+Green+Blue) = 223+253+246=722 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.89% from 722); Green value is 253 (99.22% from 255 or 35.04% from 722); Blue value is 246 (96.48% from 255 or 34.07% from 722); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFDF6 is #200209. Grayscale: #F3F3F3. Windows color (decimal): -2097674 or 16186847. OLE color: 16186847.
HSL color Cylindrical-coordinate representation of color #DFFDF6: hue angle of 166º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFDF6 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 246 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.01 |
| HSL | 166º | 0.88% | 0.93% | - |
| HSV(B) | 166º | 0.12% | 0.99% | - |
| XYZ | 82.19 | 92.59 | 100.73 | - |
| YUV | 243.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 246 | 0.12 | 0 | 0.03 | 0.01 | 166 | 0.88 | 0.93 |
| Hex | DF | FD | F6 | C | 0 | 3 | 1 | A6 | 58 | 5D |
| Octal | 337 | 375 | 366 | 14 | 0 | 3 | 1 | 246 | 130 | 135 |
| Binary | 11011111 | 11111101 | 11110110 | 1100 | 0 | 11 | 1 | 10100110 | 1011000 | 1011101 |
Color Harmonies of #DFFDF6
Complementary color
Monochromatic Colors of #DFFDF6
Black with #DFFDF6
Text Example
Text Example
White with #DFFDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDF6; }
p { color: rgb(223,253,246); }
H1.HeaderClassName
{
color: #DFFDF6;
}
.AnyTagClassName
{
color: #DFFDF6;
}
</style>
background-color css
<style>
a { background-color: #DFFDF6; }
a { background-color: rgb(223,253,246); }
div.DivClassName
{
background-color: #DFFDF6;
}
.BgClassName
{
background-color: #DFFDF6;
}
</style>
border-color css
<style>
span { border-color: #DFFDF6; }
span { border-color: rgb(223,253,246); }
td.TdClassName
{
border-color: #DFFDF6;
}
.TagClassName
{
border-color: #DFFDF6;
}
</style>