Shades of Clear Day #D8FDEE
Tints of Clear Day #D8FDEE
RGB
CMYK
RGB Variations
Color information
#D8FDEE (or 0xD8FDEE) is known color: Clear Day. HEX triplet: D8, FD and EE. RGB value is (216,253,238). Sum of RGB (Red+Green+Blue) = 216+253+238=707 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.55% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8FDEE is #270211. Grayscale: #F0F0F0. Windows color (decimal): -2556434 or 15662552. OLE color: 15662552.
HSL color Cylindrical-coordinate representation of color #D8FDEE: hue angle of 155.68º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8FDEE is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 253 | 238 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.01 |
| HSL | 155.68º | 0.9% | 0.92% | - |
| HSV(B) | 155.68º | 0.15% | 0.99% | - |
| XYZ | 78.88 | 91.02 | 94.3 | - |
| YUV | 240.23 | 126.74 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 253 | 238 | 0.15 | 0 | 0.06 | 0.01 | 155.68 | 0.9 | 0.92 |
| Hex | D8 | FD | EE | F | 0 | 6 | 1 | 9C | 5A | 5C |
| Octal | 330 | 375 | 356 | 17 | 0 | 6 | 1 | 234 | 132 | 134 |
| Binary | 11011000 | 11111101 | 11101110 | 1111 | 0 | 110 | 1 | 10011100 | 1011010 | 1011100 |
Color Harmonies of #D8FDEE
Complementary color
Monochromatic Colors of #D8FDEE
Black with #D8FDEE
Text Example
Text Example
White with #D8FDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FDEE; }
p { color: rgb(216,253,238); }
H1.HeaderClassName
{
color: #D8FDEE;
}
.AnyTagClassName
{
color: #D8FDEE;
}
</style>
background-color css
<style>
a { background-color: #D8FDEE; }
a { background-color: rgb(216,253,238); }
div.DivClassName
{
background-color: #D8FDEE;
}
.BgClassName
{
background-color: #D8FDEE;
}
</style>
border-color css
<style>
span { border-color: #D8FDEE; }
span { border-color: rgb(216,253,238); }
td.TdClassName
{
border-color: #D8FDEE;
}
.TagClassName
{
border-color: #D8FDEE;
}
</style>