Shades of Clear Day #D5FBED
Tints of Clear Day #D5FBED
RGB
CMYK
RGB Variations
Color information
#D5FBED (or 0xD5FBED) is known color: Clear Day. HEX triplet: D5, FB and ED. RGB value is (213,251,237). Sum of RGB (Red+Green+Blue) = 213+251+237=701 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.39% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FBED is #2A0412. Grayscale: #EEEEEE. Windows color (decimal): -2753555 or 15596501. OLE color: 15596501.
HSL color Cylindrical-coordinate representation of color #D5FBED: hue angle of 157.89º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5FBED is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 251 | 237 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.02 |
| HSL | 157.89º | 0.83% | 0.91% | - |
| HSV(B) | 157.89º | 0.15% | 0.98% | - |
| XYZ | 77.22 | 89.25 | 93.28 | - |
| YUV | 238.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 251 | 237 | 0.15 | 0 | 0.06 | 0.02 | 157.89 | 0.83 | 0.91 |
| Hex | D5 | FB | ED | F | 0 | 6 | 2 | 9E | 53 | 5B |
| Octal | 325 | 373 | 355 | 17 | 0 | 6 | 2 | 236 | 123 | 133 |
| Binary | 11010101 | 11111011 | 11101101 | 1111 | 0 | 110 | 10 | 10011110 | 1010011 | 1011011 |
Color Harmonies of #D5FBED
Complementary color
Monochromatic Colors of #D5FBED
Black with #D5FBED
Text Example
Text Example
White with #D5FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FBED; }
p { color: rgb(213,251,237); }
H1.HeaderClassName
{
color: #D5FBED;
}
.AnyTagClassName
{
color: #D5FBED;
}
</style>
background-color css
<style>
a { background-color: #D5FBED; }
a { background-color: rgb(213,251,237); }
div.DivClassName
{
background-color: #D5FBED;
}
.BgClassName
{
background-color: #D5FBED;
}
</style>
border-color css
<style>
span { border-color: #D5FBED; }
span { border-color: rgb(213,251,237); }
td.TdClassName
{
border-color: #D5FBED;
}
.TagClassName
{
border-color: #D5FBED;
}
</style>