Shades of Clear Day #D8FCF3
Tints of Clear Day #D8FCF3
RGB
CMYK
RGB Variations
Color information
#D8FCF3 (or 0xD8FCF3) is known color: Clear Day. HEX triplet: D8, FC and F3. RGB value is (216,252,243). Sum of RGB (Red+Green+Blue) = 216+252+243=711 (94% of max value = 765). Red value is 216 (84.77% from 255 or 30.38% from 711); Green value is 252 (98.83% from 255 or 35.44% from 711); Blue value is 243 (95.31% from 255 or 34.18% from 711); Max value from RGB is 252 - color contains mainly: green. Hex color #D8FCF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8FCF3 is #27030C. Grayscale: #F0F0F0. Windows color (decimal): -2556685 or 15989976. OLE color: 15989976.
HSL color Cylindrical-coordinate representation of color #D8FCF3: hue angle of 165º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8FCF3 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 252 | 243 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.01 |
| HSL | 165º | 0.86% | 0.92% | - |
| HSV(B) | 165º | 0.14% | 0.99% | - |
| XYZ | 79.31 | 90.69 | 98.12 | - |
| YUV | 240.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 252 | 243 | 0.14 | 0 | 0.04 | 0.01 | 165 | 0.86 | 0.92 |
| Hex | D8 | FC | F3 | E | 0 | 4 | 1 | A5 | 56 | 5C |
| Octal | 330 | 374 | 363 | 16 | 0 | 4 | 1 | 245 | 126 | 134 |
| Binary | 11011000 | 11111100 | 11110011 | 1110 | 0 | 100 | 1 | 10100101 | 1010110 | 1011100 |
Color Harmonies of #D8FCF3
Complementary color
Monochromatic Colors of #D8FCF3
Black with #D8FCF3
Text Example
Text Example
White with #D8FCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FCF3; }
p { color: rgb(216,252,243); }
H1.HeaderClassName
{
color: #D8FCF3;
}
.AnyTagClassName
{
color: #D8FCF3;
}
</style>
background-color css
<style>
a { background-color: #D8FCF3; }
a { background-color: rgb(216,252,243); }
div.DivClassName
{
background-color: #D8FCF3;
}
.BgClassName
{
background-color: #D8FCF3;
}
</style>
border-color css
<style>
span { border-color: #D8FCF3; }
span { border-color: rgb(216,252,243); }
td.TdClassName
{
border-color: #D8FCF3;
}
.TagClassName
{
border-color: #D8FCF3;
}
</style>