Shades of White Ice #D5FFEB
Tints of White Ice #D5FFEB
RGB
CMYK
RGB Variations
Color information
#D5FFEB (or 0xD5FFEB) is known color: White Ice. HEX triplet: D5, FF and EB. RGB value is (213,255,235). Sum of RGB (Red+Green+Blue) = 213+255+235=703 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.30% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 235 (92.19% from 255 or 33.43% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FFEB is #2A0014. Grayscale: #F0F0F0. Windows color (decimal): -2752533 or 15466453. OLE color: 15466453.
HSL color Cylindrical-coordinate representation of color #D5FFEB: hue angle of 151.43º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5FFEB is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 235 | - |
| CMYK | 0.16 | 0 | 0.08 | 0 |
| HSL | 151.43º | 1% | 0.92% | - |
| HSV(B) | 151.43º | 0.16% | 1% | - |
| XYZ | 78.2 | 91.66 | 92.17 | - |
| YUV | 240.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 235 | 0.16 | 0 | 0.08 | 0 | 151.43 | 1 | 0.92 |
| Hex | D5 | FF | EB | 10 | 0 | 8 | 0 | 97 | 64 | 5C |
| Octal | 325 | 377 | 353 | 20 | 0 | 10 | 0 | 227 | 144 | 134 |
| Binary | 11010101 | 11111111 | 11101011 | 10000 | 0 | 1000 | 0 | 10010111 | 1100100 | 1011100 |
Color Harmonies of #D5FFEB
Complementary color
Monochromatic Colors of #D5FFEB
Black with #D5FFEB
Text Example
Text Example
White with #D5FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FFEB; }
p { color: rgb(213,255,235); }
H1.HeaderClassName
{
color: #D5FFEB;
}
.AnyTagClassName
{
color: #D5FFEB;
}
</style>
background-color css
<style>
a { background-color: #D5FFEB; }
a { background-color: rgb(213,255,235); }
div.DivClassName
{
background-color: #D5FFEB;
}
.BgClassName
{
background-color: #D5FFEB;
}
</style>
border-color css
<style>
span { border-color: #D5FFEB; }
span { border-color: rgb(213,255,235); }
td.TdClassName
{
border-color: #D5FFEB;
}
.TagClassName
{
border-color: #D5FFEB;
}
</style>