Shades of Clear Day #D4FEF2
Tints of Clear Day #D4FEF2
RGB
CMYK
RGB Variations
Color information
#D4FEF2 (or 0xD4FEF2) is known color: Clear Day. HEX triplet: D4, FE and F2. RGB value is (212,254,242). Sum of RGB (Red+Green+Blue) = 212+254+242=708 (93% of max value = 765). Red value is 212 (83.20% from 255 or 29.94% from 708); Green value is 254 (99.61% from 255 or 35.88% from 708); Blue value is 242 (94.92% from 255 or 34.18% from 708); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FEF2 is #2B010D. Grayscale: #F0F0F0. Windows color (decimal): -2818318 or 15924948. OLE color: 15924948.
HSL color Cylindrical-coordinate representation of color #D4FEF2: hue angle of 162.86º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4FEF2 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 254 | 242 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.00 |
| HSL | 162.86º | 0.95% | 0.91% | - |
| HSV(B) | 162.86º | 0.17% | 1% | - |
| XYZ | 78.62 | 91.29 | 97.48 | - |
| YUV | 240.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 254 | 242 | 0.17 | 0 | 0.05 | 0.00 | 162.86 | 0.95 | 0.91 |
| Hex | D4 | FE | F2 | 11 | 0 | 5 | 0 | A3 | 5F | 5B |
| Octal | 324 | 376 | 362 | 21 | 0 | 5 | 0 | 243 | 137 | 133 |
| Binary | 11010100 | 11111110 | 11110010 | 10001 | 0 | 101 | 0 | 10100011 | 1011111 | 1011011 |
Color Harmonies of #D4FEF2
Complementary color
Monochromatic Colors of #D4FEF2
Black with #D4FEF2
Text Example
Text Example
White with #D4FEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FEF2; }
p { color: rgb(212,254,242); }
H1.HeaderClassName
{
color: #D4FEF2;
}
.AnyTagClassName
{
color: #D4FEF2;
}
</style>
background-color css
<style>
a { background-color: #D4FEF2; }
a { background-color: rgb(212,254,242); }
div.DivClassName
{
background-color: #D4FEF2;
}
.BgClassName
{
background-color: #D4FEF2;
}
</style>
border-color css
<style>
span { border-color: #D4FEF2; }
span { border-color: rgb(212,254,242); }
td.TdClassName
{
border-color: #D4FEF2;
}
.TagClassName
{
border-color: #D4FEF2;
}
</style>