Shades of White Ice #D3FDEC
Tints of White Ice #D3FDEC
RGB
CMYK
RGB Variations
Color information
#D3FDEC (or 0xD3FDEC) is known color: White Ice. HEX triplet: D3, FD and EC. RGB value is (211,253,236). Sum of RGB (Red+Green+Blue) = 211+253+236=700 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.14% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 236 (92.58% from 255 or 33.71% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3FDEC is #2C0213. Grayscale: #EEEEEE. Windows color (decimal): -2884116 or 15531475. OLE color: 15531475.
HSL color Cylindrical-coordinate representation of color #D3FDEC: hue angle of 155.71º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3FDEC is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 253 | 236 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.01 |
| HSL | 155.71º | 0.91% | 0.91% | - |
| HSV(B) | 155.71º | 0.17% | 0.99% | - |
| XYZ | 77.13 | 90.16 | 92.69 | - |
| YUV | 238.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 253 | 236 | 0.17 | 0 | 0.07 | 0.01 | 155.71 | 0.91 | 0.91 |
| Hex | D3 | FD | EC | 11 | 0 | 7 | 1 | 9C | 5B | 5B |
| Octal | 323 | 375 | 354 | 21 | 0 | 7 | 1 | 234 | 133 | 133 |
| Binary | 11010011 | 11111101 | 11101100 | 10001 | 0 | 111 | 1 | 10011100 | 1011011 | 1011011 |
Color Harmonies of #D3FDEC
Complementary color
Monochromatic Colors of #D3FDEC
Black with #D3FDEC
Text Example
Text Example
White with #D3FDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FDEC; }
p { color: rgb(211,253,236); }
H1.HeaderClassName
{
color: #D3FDEC;
}
.AnyTagClassName
{
color: #D3FDEC;
}
</style>
background-color css
<style>
a { background-color: #D3FDEC; }
a { background-color: rgb(211,253,236); }
div.DivClassName
{
background-color: #D3FDEC;
}
.BgClassName
{
background-color: #D3FDEC;
}
</style>
border-color css
<style>
span { border-color: #D3FDEC; }
span { border-color: rgb(211,253,236); }
td.TdClassName
{
border-color: #D3FDEC;
}
.TagClassName
{
border-color: #D3FDEC;
}
</style>