Shades of Clear Day #DFF2EC
Tints of Clear Day #DFF2EC
RGB
CMYK
RGB Variations
Color information
#DFF2EC (or 0xDFF2EC) is known color: Clear Day. HEX triplet: DF, F2 and EC. RGB value is (223,242,236). Sum of RGB (Red+Green+Blue) = 223+242+236=701 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.81% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2EC is #200D13. Grayscale: #EBEBEB. Windows color (decimal): -2100500 or 15528671. OLE color: 15528671.
HSL color Cylindrical-coordinate representation of color #DFF2EC: hue angle of 161.05º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFF2EC is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 236 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.05 |
| HSL | 161.05º | 0.42% | 0.91% | - |
| HSV(B) | 161.05º | 0.08% | 0.95% | - |
| XYZ | 77.32 | 85.25 | 91.74 | - |
| YUV | 235.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 236 | 0.08 | 0 | 0.02 | 0.05 | 161.05 | 0.42 | 0.91 |
| Hex | DF | F2 | EC | 8 | 0 | 2 | 5 | A1 | 2A | 5B |
| Octal | 337 | 362 | 354 | 10 | 0 | 2 | 5 | 241 | 52 | 133 |
| Binary | 11011111 | 11110010 | 11101100 | 1000 | 0 | 10 | 101 | 10100001 | 101010 | 1011011 |
Color Harmonies of #DFF2EC
Complementary color
Monochromatic Colors of #DFF2EC
Black with #DFF2EC
Text Example
Text Example
White with #DFF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2EC; }
p { color: rgb(223,242,236); }
H1.HeaderClassName
{
color: #DFF2EC;
}
.AnyTagClassName
{
color: #DFF2EC;
}
</style>
background-color css
<style>
a { background-color: #DFF2EC; }
a { background-color: rgb(223,242,236); }
div.DivClassName
{
background-color: #DFF2EC;
}
.BgClassName
{
background-color: #DFF2EC;
}
</style>
border-color css
<style>
span { border-color: #DFF2EC; }
span { border-color: rgb(223,242,236); }
td.TdClassName
{
border-color: #DFF2EC;
}
.TagClassName
{
border-color: #DFF2EC;
}
</style>