Shades of White Ice #D3E6DF
Tints of White Ice #D3E6DF
RGB
CMYK
RGB Variations
Color information
#D3E6DF (or 0xD3E6DF) is known color: White Ice. HEX triplet: D3, E6 and DF. RGB value is (211,230,223). Sum of RGB (Red+Green+Blue) = 211+230+223=664 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.78% from 664); Green value is 230 (90.23% from 255 or 34.64% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E6DF is #2C1920. Grayscale: #DFDFDF. Windows color (decimal): -2890017 or 14673619. OLE color: 14673619.
HSL color Cylindrical-coordinate representation of color #D3E6DF: hue angle of 157.89º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3E6DF is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 230 | 223 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.10 |
| HSL | 157.89º | 0.28% | 0.86% | - |
| HSV(B) | 157.89º | 0.08% | 0.9% | - |
| XYZ | 68.48 | 75.77 | 80.83 | - |
| YUV | 223.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 230 | 223 | 0.08 | 0 | 0.03 | 0.10 | 157.89 | 0.28 | 0.86 |
| Hex | D3 | E6 | DF | 8 | 0 | 3 | A | 9E | 1C | 56 |
| Octal | 323 | 346 | 337 | 10 | 0 | 3 | 12 | 236 | 34 | 126 |
| Binary | 11010011 | 11100110 | 11011111 | 1000 | 0 | 11 | 1010 | 10011110 | 11100 | 1010110 |
Color Harmonies of #D3E6DF
Complementary color
Monochromatic Colors of #D3E6DF
Black with #D3E6DF
Text Example
Text Example
White with #D3E6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E6DF; }
p { color: rgb(211,230,223); }
H1.HeaderClassName
{
color: #D3E6DF;
}
.AnyTagClassName
{
color: #D3E6DF;
}
</style>
background-color css
<style>
a { background-color: #D3E6DF; }
a { background-color: rgb(211,230,223); }
div.DivClassName
{
background-color: #D3E6DF;
}
.BgClassName
{
background-color: #D3E6DF;
}
</style>
border-color css
<style>
span { border-color: #D3E6DF; }
span { border-color: rgb(211,230,223); }
td.TdClassName
{
border-color: #D3E6DF;
}
.TagClassName
{
border-color: #D3E6DF;
}
</style>