Shades of White Ice #D5FBE7
Tints of White Ice #D5FBE7
RGB
CMYK
RGB Variations
Color information
#D5FBE7 (or 0xD5FBE7) is known color: White Ice. HEX triplet: D5, FB and E7. RGB value is (213,251,231). Sum of RGB (Red+Green+Blue) = 213+251+231=695 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.65% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 231 (90.62% from 255 or 33.24% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FBE7 is #2A0418. Grayscale: #EDEDED. Windows color (decimal): -2753561 or 15203285. OLE color: 15203285.
HSL color Cylindrical-coordinate representation of color #D5FBE7: hue angle of 148.42º 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 #D5FBE7 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 251 | 231 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.02 |
| HSL | 148.42º | 0.83% | 0.91% | - |
| HSV(B) | 148.42º | 0.15% | 0.98% | - |
| XYZ | 76.36 | 88.91 | 88.74 | - |
| YUV | 237.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 251 | 231 | 0.15 | 0 | 0.08 | 0.02 | 148.42 | 0.83 | 0.91 |
| Hex | D5 | FB | E7 | F | 0 | 8 | 2 | 94 | 53 | 5B |
| Octal | 325 | 373 | 347 | 17 | 0 | 10 | 2 | 224 | 123 | 133 |
| Binary | 11010101 | 11111011 | 11100111 | 1111 | 0 | 1000 | 10 | 10010100 | 1010011 | 1011011 |
Color Harmonies of #D5FBE7
Complementary color
Monochromatic Colors of #D5FBE7
Black with #D5FBE7
Text Example
Text Example
White with #D5FBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FBE7; }
p { color: rgb(213,251,231); }
H1.HeaderClassName
{
color: #D5FBE7;
}
.AnyTagClassName
{
color: #D5FBE7;
}
</style>
background-color css
<style>
a { background-color: #D5FBE7; }
a { background-color: rgb(213,251,231); }
div.DivClassName
{
background-color: #D5FBE7;
}
.BgClassName
{
background-color: #D5FBE7;
}
</style>
border-color css
<style>
span { border-color: #D5FBE7; }
span { border-color: rgb(213,251,231); }
td.TdClassName
{
border-color: #D5FBE7;
}
.TagClassName
{
border-color: #D5FBE7;
}
</style>