Shades of Clear Day #DFEFEA
Tints of Clear Day #DFEFEA
RGB
CMYK
RGB Variations
Color information
#DFEFEA (or 0xDFEFEA) is known color: Clear Day. HEX triplet: DF, EF and EA. RGB value is (223,239,234). Sum of RGB (Red+Green+Blue) = 223+239+234=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 234 (91.80% from 255 or 33.62% from 696); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFEA is #201015. Grayscale: #E9E9E9. Windows color (decimal): -2101270 or 15396831. OLE color: 15396831.
HSL color Cylindrical-coordinate representation of color #DFEFEA: hue angle of 161.25º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFEFEA is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 223 | 239 | 234 | - |
CMYK | 0.07 | 0 | 0.02 | 0.06 |
HSL | 161.25º | 0.33% | 0.91% | - |
HSV(B) | 161.25º | 0.07% | 0.94% | - |
XYZ | 76.15 | 83.36 | 89.92 | - |
YUV | 233.65 | 128.2 | 120.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 239 | 234 | 0.07 | 0 | 0.02 | 0.06 | 161.25 | 0.33 | 0.91 |
Hex | DF | EF | EA | 7 | 0 | 2 | 6 | A1 | 21 | 5B |
Octal | 337 | 357 | 352 | 7 | 0 | 2 | 6 | 241 | 41 | 133 |
Binary | 11011111 | 11101111 | 11101010 | 111 | 0 | 10 | 110 | 10100001 | 100001 | 1011011 |
Color Harmonies of #DFEFEA
Complementary color
Monochromatic Colors of #DFEFEA
Black with #DFEFEA
Text Example
Text Example
White with #DFEFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEFEA; }
p { color: rgb(223,239,234); }
H1.HeaderClassName
{
color: #DFEFEA;
}
.AnyTagClassName
{
color: #DFEFEA;
}
</style>
background-color css
<style>
a { background-color: #DFEFEA; }
a { background-color: rgb(223,239,234); }
div.DivClassName
{
background-color: #DFEFEA;
}
.BgClassName
{
background-color: #DFEFEA;
}
</style>
border-color css
<style>
span { border-color: #DFEFEA; }
span { border-color: rgb(223,239,234); }
td.TdClassName
{
border-color: #DFEFEA;
}
.TagClassName
{
border-color: #DFEFEA;
}
</style>