Shades of Clear Day #DFFDEF
Tints of Clear Day #DFFDEF
RGB
CMYK
RGB Variations
Color information
#DFFDEF (or 0xDFFDEF) is known color: Clear Day. HEX triplet: DF, FD and EF. RGB value is (223,253,239). Sum of RGB (Red+Green+Blue) = 223+253+239=715 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.19% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 239 (93.75% from 255 or 33.43% from 715); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFDEF is #200210. Grayscale: #F2F2F2. Windows color (decimal): -2097681 or 15728095. OLE color: 15728095.
HSL color Cylindrical-coordinate representation of color #DFFDEF: hue angle of 152º 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 #DFFDEF is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 239 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.01 |
| HSL | 152º | 0.88% | 0.93% | - |
| HSV(B) | 152º | 0.12% | 0.99% | - |
| XYZ | 81.14 | 92.17 | 95.18 | - |
| YUV | 242.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 239 | 0.12 | 0 | 0.06 | 0.01 | 152 | 0.88 | 0.93 |
| Hex | DF | FD | EF | C | 0 | 6 | 1 | 98 | 58 | 5D |
| Octal | 337 | 375 | 357 | 14 | 0 | 6 | 1 | 230 | 130 | 135 |
| Binary | 11011111 | 11111101 | 11101111 | 1100 | 0 | 110 | 1 | 10011000 | 1011000 | 1011101 |
Color Harmonies of #DFFDEF
Complementary color
Monochromatic Colors of #DFFDEF
Black with #DFFDEF
Text Example
Text Example
White with #DFFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDEF; }
p { color: rgb(223,253,239); }
H1.HeaderClassName
{
color: #DFFDEF;
}
.AnyTagClassName
{
color: #DFFDEF;
}
</style>
background-color css
<style>
a { background-color: #DFFDEF; }
a { background-color: rgb(223,253,239); }
div.DivClassName
{
background-color: #DFFDEF;
}
.BgClassName
{
background-color: #DFFDEF;
}
</style>
border-color css
<style>
span { border-color: #DFFDEF; }
span { border-color: rgb(223,253,239); }
td.TdClassName
{
border-color: #DFFDEF;
}
.TagClassName
{
border-color: #DFFDEF;
}
</style>