Shades of Clear Day #D9FDF5
Tints of Clear Day #D9FDF5
RGB
CMYK
RGB Variations
Color information
#D9FDF5 (or 0xD9FDF5) is known color: Clear Day. HEX triplet: D9, FD and F5. RGB value is (217,253,245). Sum of RGB (Red+Green+Blue) = 217+253+245=715 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.35% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 245 (96.09% from 255 or 34.27% from 715); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FDF5 is #26020A. Grayscale: #F1F1F1. Windows color (decimal): -2490891 or 16121305. OLE color: 16121305.
HSL color Cylindrical-coordinate representation of color #D9FDF5: hue angle of 166.67º degrees, saturation: 0.9, 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 #D9FDF5 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 217 | 253 | 245 | - |
CMYK | 0.14 | 0 | 0.03 | 0.01 |
HSL | 166.67º | 0.9% | 0.92% | - |
HSV(B) | 166.67º | 0.14% | 0.99% | - |
XYZ | 80.22 | 91.59 | 99.84 | - |
YUV | 241.32 | 130.07 | 110.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 253 | 245 | 0.14 | 0 | 0.03 | 0.01 | 166.67 | 0.9 | 0.92 |
Hex | D9 | FD | F5 | E | 0 | 3 | 1 | A7 | 5A | 5C |
Octal | 331 | 375 | 365 | 16 | 0 | 3 | 1 | 247 | 132 | 134 |
Binary | 11011001 | 11111101 | 11110101 | 1110 | 0 | 11 | 1 | 10100111 | 1011010 | 1011100 |
Color Harmonies of #D9FDF5
Complementary color
Monochromatic Colors of #D9FDF5
Black with #D9FDF5
Text Example
Text Example
White with #D9FDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FDF5; }
p { color: rgb(217,253,245); }
H1.HeaderClassName
{
color: #D9FDF5;
}
.AnyTagClassName
{
color: #D9FDF5;
}
</style>
background-color css
<style>
a { background-color: #D9FDF5; }
a { background-color: rgb(217,253,245); }
div.DivClassName
{
background-color: #D9FDF5;
}
.BgClassName
{
background-color: #D9FDF5;
}
</style>
border-color css
<style>
span { border-color: #D9FDF5; }
span { border-color: rgb(217,253,245); }
td.TdClassName
{
border-color: #D9FDF5;
}
.TagClassName
{
border-color: #D9FDF5;
}
</style>