Shades of White Ice #D3FAE6
Tints of White Ice #D3FAE6
RGB
CMYK
RGB Variations
Color information
#D3FAE6 (or 0xD3FAE6) is known color: White Ice. HEX triplet: D3, FA and E6. RGB value is (211,250,230). Sum of RGB (Red+Green+Blue) = 211+250+230=691 (91% of max value = 765). Red value is 211 (82.81% from 255 or 30.54% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3FAE6 is #2C0519. Grayscale: #ECECEC. Windows color (decimal): -2884890 or 15137491. OLE color: 15137491.
HSL color Cylindrical-coordinate representation of color #D3FAE6: hue angle of 149.23º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3FAE6 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 250 | 230 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.02 |
| HSL | 149.23º | 0.8% | 0.9% | - |
| HSV(B) | 149.23º | 0.16% | 0.98% | - |
| XYZ | 75.33 | 87.93 | 87.87 | - |
| YUV | 236.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 250 | 230 | 0.16 | 0 | 0.08 | 0.02 | 149.23 | 0.8 | 0.9 |
| Hex | D3 | FA | E6 | 10 | 0 | 8 | 2 | 95 | 50 | 5A |
| Octal | 323 | 372 | 346 | 20 | 0 | 10 | 2 | 225 | 120 | 132 |
| Binary | 11010011 | 11111010 | 11100110 | 10000 | 0 | 1000 | 10 | 10010101 | 1010000 | 1011010 |
Color Harmonies of #D3FAE6
Complementary color
Monochromatic Colors of #D3FAE6
Black with #D3FAE6
Text Example
Text Example
White with #D3FAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FAE6; }
p { color: rgb(211,250,230); }
H1.HeaderClassName
{
color: #D3FAE6;
}
.AnyTagClassName
{
color: #D3FAE6;
}
</style>
background-color css
<style>
a { background-color: #D3FAE6; }
a { background-color: rgb(211,250,230); }
div.DivClassName
{
background-color: #D3FAE6;
}
.BgClassName
{
background-color: #D3FAE6;
}
</style>
border-color css
<style>
span { border-color: #D3FAE6; }
span { border-color: rgb(211,250,230); }
td.TdClassName
{
border-color: #D3FAE6;
}
.TagClassName
{
border-color: #D3FAE6;
}
</style>