Shades of Clear Day #DFFAEF
Tints of Clear Day #DFFAEF
RGB
CMYK
RGB Variations
Color information
#DFFAEF (or 0xDFFAEF) is known color: Clear Day. HEX triplet: DF, FA and EF. RGB value is (223,250,239). Sum of RGB (Red+Green+Blue) = 223+250+239=712 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.32% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 239 (93.75% from 255 or 33.57% from 712); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFAEF is #200510. Grayscale: #F0F0F0. Windows color (decimal): -2098449 or 15727327. OLE color: 15727327.
HSL color Cylindrical-coordinate representation of color #DFFAEF: hue angle of 155.56º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFFAEF is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 250 | 239 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.02 |
| HSL | 155.56º | 0.73% | 0.93% | - |
| HSV(B) | 155.56º | 0.11% | 0.98% | - |
| XYZ | 80.2 | 90.29 | 94.86 | - |
| YUV | 240.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 250 | 239 | 0.11 | 0 | 0.04 | 0.02 | 155.56 | 0.73 | 0.93 |
| Hex | DF | FA | EF | B | 0 | 4 | 2 | 9C | 49 | 5D |
| Octal | 337 | 372 | 357 | 13 | 0 | 4 | 2 | 234 | 111 | 135 |
| Binary | 11011111 | 11111010 | 11101111 | 1011 | 0 | 100 | 10 | 10011100 | 1001001 | 1011101 |
Color Harmonies of #DFFAEF
Complementary color
Monochromatic Colors of #DFFAEF
Black with #DFFAEF
Text Example
Text Example
White with #DFFAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFAEF; }
p { color: rgb(223,250,239); }
H1.HeaderClassName
{
color: #DFFAEF;
}
.AnyTagClassName
{
color: #DFFAEF;
}
</style>
background-color css
<style>
a { background-color: #DFFAEF; }
a { background-color: rgb(223,250,239); }
div.DivClassName
{
background-color: #DFFAEF;
}
.BgClassName
{
background-color: #DFFAEF;
}
</style>
border-color css
<style>
span { border-color: #DFFAEF; }
span { border-color: rgb(223,250,239); }
td.TdClassName
{
border-color: #DFFAEF;
}
.TagClassName
{
border-color: #DFFAEF;
}
</style>