Shades of White Ice #D3FEE8
Tints of White Ice #D3FEE8
RGB
CMYK
RGB Variations
Color information
#D3FEE8 (or 0xD3FEE8) is known color: White Ice. HEX triplet: D3, FE and E8. RGB value is (211,254,232). Sum of RGB (Red+Green+Blue) = 211+254+232=697 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.27% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 232 (91.02% from 255 or 33.29% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #D3FEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3FEE8 is #2C0117. Grayscale: #EEEEEE. Windows color (decimal): -2883864 or 15269587. OLE color: 15269587.
HSL color Cylindrical-coordinate representation of color #D3FEE8: hue angle of 149.3º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3FEE8 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 254 | 232 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.00 |
| HSL | 149.3º | 0.96% | 0.91% | - |
| HSV(B) | 149.3º | 0.17% | 1% | - |
| XYZ | 76.87 | 90.56 | 89.77 | - |
| YUV | 238.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 254 | 232 | 0.17 | 0 | 0.09 | 0.00 | 149.3 | 0.96 | 0.91 |
| Hex | D3 | FE | E8 | 11 | 0 | 9 | 0 | 95 | 60 | 5B |
| Octal | 323 | 376 | 350 | 21 | 0 | 11 | 0 | 225 | 140 | 133 |
| Binary | 11010011 | 11111110 | 11101000 | 10001 | 0 | 1001 | 0 | 10010101 | 1100000 | 1011011 |
Color Harmonies of #D3FEE8
Complementary color
Monochromatic Colors of #D3FEE8
Black with #D3FEE8
Text Example
Text Example
White with #D3FEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FEE8; }
p { color: rgb(211,254,232); }
H1.HeaderClassName
{
color: #D3FEE8;
}
.AnyTagClassName
{
color: #D3FEE8;
}
</style>
background-color css
<style>
a { background-color: #D3FEE8; }
a { background-color: rgb(211,254,232); }
div.DivClassName
{
background-color: #D3FEE8;
}
.BgClassName
{
background-color: #D3FEE8;
}
</style>
border-color css
<style>
span { border-color: #D3FEE8; }
span { border-color: rgb(211,254,232); }
td.TdClassName
{
border-color: #D3FEE8;
}
.TagClassName
{
border-color: #D3FEE8;
}
</style>