Shades of White Ice #D3FAEA
Tints of White Ice #D3FAEA
RGB
CMYK
RGB Variations
Color information
#D3FAEA (or 0xD3FAEA) is known color: White Ice. HEX triplet: D3, FA and EA. RGB value is (211,250,234). Sum of RGB (Red+Green+Blue) = 211+250+234=695 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.36% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3FAEA is #2C0515. Grayscale: #ECECEC. Windows color (decimal): -2884886 or 15399635. OLE color: 15399635.
HSL color Cylindrical-coordinate representation of color #D3FAEA: hue angle of 155.38º 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 #D3FAEA is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 250 | 234 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.02 |
| HSL | 155.38º | 0.8% | 0.9% | - |
| HSV(B) | 155.38º | 0.16% | 0.98% | - |
| XYZ | 75.9 | 88.16 | 90.86 | - |
| YUV | 236.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 250 | 234 | 0.16 | 0 | 0.06 | 0.02 | 155.38 | 0.8 | 0.9 |
| Hex | D3 | FA | EA | 10 | 0 | 6 | 2 | 9B | 50 | 5A |
| Octal | 323 | 372 | 352 | 20 | 0 | 6 | 2 | 233 | 120 | 132 |
| Binary | 11010011 | 11111010 | 11101010 | 10000 | 0 | 110 | 10 | 10011011 | 1010000 | 1011010 |
Color Harmonies of #D3FAEA
Complementary color
Monochromatic Colors of #D3FAEA
Black with #D3FAEA
Text Example
Text Example
White with #D3FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FAEA; }
p { color: rgb(211,250,234); }
H1.HeaderClassName
{
color: #D3FAEA;
}
.AnyTagClassName
{
color: #D3FAEA;
}
</style>
background-color css
<style>
a { background-color: #D3FAEA; }
a { background-color: rgb(211,250,234); }
div.DivClassName
{
background-color: #D3FAEA;
}
.BgClassName
{
background-color: #D3FAEA;
}
</style>
border-color css
<style>
span { border-color: #D3FAEA; }
span { border-color: rgb(211,250,234); }
td.TdClassName
{
border-color: #D3FAEA;
}
.TagClassName
{
border-color: #D3FAEA;
}
</style>