Shades of Clear Day #D4FCEF
Tints of Clear Day #D4FCEF
RGB
CMYK
RGB Variations
Color information
#D4FCEF (or 0xD4FCEF) is known color: Clear Day. HEX triplet: D4, FC and EF. RGB value is (212,252,239). Sum of RGB (Red+Green+Blue) = 212+252+239=703 (93% of max value = 765). Red value is 212 (83.20% from 255 or 30.16% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 239 (93.75% from 255 or 34.00% from 703); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FCEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FCEF is #2B0310. Grayscale: #EEEEEE. Windows color (decimal): -2818833 or 15727828. OLE color: 15727828.
HSL color Cylindrical-coordinate representation of color #D4FCEF: hue angle of 160.5º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4FCEF is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 252 | 239 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.01 |
| HSL | 160.5º | 0.87% | 0.91% | - |
| HSV(B) | 160.5º | 0.16% | 0.99% | - |
| XYZ | 77.54 | 89.85 | 94.92 | - |
| YUV | 238.56 | 128.25 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 252 | 239 | 0.16 | 0 | 0.05 | 0.01 | 160.5 | 0.87 | 0.91 |
| Hex | D4 | FC | EF | 10 | 0 | 5 | 1 | A0 | 57 | 5B |
| Octal | 324 | 374 | 357 | 20 | 0 | 5 | 1 | 240 | 127 | 133 |
| Binary | 11010100 | 11111100 | 11101111 | 10000 | 0 | 101 | 1 | 10100000 | 1010111 | 1011011 |
Color Harmonies of #D4FCEF
Complementary color
Monochromatic Colors of #D4FCEF
Black with #D4FCEF
Text Example
Text Example
White with #D4FCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FCEF; }
p { color: rgb(212,252,239); }
H1.HeaderClassName
{
color: #D4FCEF;
}
.AnyTagClassName
{
color: #D4FCEF;
}
</style>
background-color css
<style>
a { background-color: #D4FCEF; }
a { background-color: rgb(212,252,239); }
div.DivClassName
{
background-color: #D4FCEF;
}
.BgClassName
{
background-color: #D4FCEF;
}
</style>
border-color css
<style>
span { border-color: #D4FCEF; }
span { border-color: rgb(212,252,239); }
td.TdClassName
{
border-color: #D4FCEF;
}
.TagClassName
{
border-color: #D4FCEF;
}
</style>