Shades of White Ice #D1FFEB
Tints of White Ice #D1FFEB
RGB
CMYK
RGB Variations
Color information
#D1FFEB (or 0xD1FFEB) is known color: White Ice. HEX triplet: D1, FF and EB. RGB value is (209,255,235). Sum of RGB (Red+Green+Blue) = 209+255+235=699 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.90% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 235 (92.19% from 255 or 33.62% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FFEB is #2E0014. Grayscale: #EEEEEE. Windows color (decimal): -3014677 or 15466449. OLE color: 15466449.
HSL color Cylindrical-coordinate representation of color #D1FFEB: hue angle of 153.91º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1FFEB is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 235 | - |
| CMYK | 0.18 | 0 | 0.08 | 0 |
| HSL | 153.91º | 1% | 0.91% | - |
| HSV(B) | 153.91º | 0.18% | 1% | - |
| XYZ | 77.05 | 91.07 | 92.12 | - |
| YUV | 238.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 235 | 0.18 | 0 | 0.08 | 0 | 153.91 | 1 | 0.91 |
| Hex | D1 | FF | EB | 12 | 0 | 8 | 0 | 9A | 64 | 5B |
| Octal | 321 | 377 | 353 | 22 | 0 | 10 | 0 | 232 | 144 | 133 |
| Binary | 11010001 | 11111111 | 11101011 | 10010 | 0 | 1000 | 0 | 10011010 | 1100100 | 1011011 |
Color Harmonies of #D1FFEB
Complementary color
Monochromatic Colors of #D1FFEB
Black with #D1FFEB
Text Example
Text Example
White with #D1FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FFEB; }
p { color: rgb(209,255,235); }
H1.HeaderClassName
{
color: #D1FFEB;
}
.AnyTagClassName
{
color: #D1FFEB;
}
</style>
background-color css
<style>
a { background-color: #D1FFEB; }
a { background-color: rgb(209,255,235); }
div.DivClassName
{
background-color: #D1FFEB;
}
.BgClassName
{
background-color: #D1FFEB;
}
</style>
border-color css
<style>
span { border-color: #D1FFEB; }
span { border-color: rgb(209,255,235); }
td.TdClassName
{
border-color: #D1FFEB;
}
.TagClassName
{
border-color: #D1FFEB;
}
</style>