Shades of White Ice #D3F1DF
Tints of White Ice #D3F1DF
RGB
CMYK
RGB Variations
Color information
#D3F1DF (or 0xD3F1DF) is known color: White Ice. HEX triplet: D3, F1 and DF. RGB value is (211,241,223). Sum of RGB (Red+Green+Blue) = 211+241+223=675 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.26% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F1DF is #2C0E20. Grayscale: #E6E6E6. Windows color (decimal): -2887201 or 14676435. OLE color: 14676435.
HSL color Cylindrical-coordinate representation of color #D3F1DF: hue angle of 144º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3F1DF is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 241 | 223 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.05 |
| HSL | 144º | 0.52% | 0.89% | - |
| HSV(B) | 144º | 0.12% | 0.95% | - |
| XYZ | 71.64 | 82.09 | 81.88 | - |
| YUV | 229.98 | 124.06 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 241 | 223 | 0.12 | 0 | 0.07 | 0.05 | 144 | 0.52 | 0.89 |
| Hex | D3 | F1 | DF | C | 0 | 7 | 5 | 90 | 34 | 59 |
| Octal | 323 | 361 | 337 | 14 | 0 | 7 | 5 | 220 | 64 | 131 |
| Binary | 11010011 | 11110001 | 11011111 | 1100 | 0 | 111 | 101 | 10010000 | 110100 | 1011001 |
Color Harmonies of #D3F1DF
Complementary color
Monochromatic Colors of #D3F1DF
Black with #D3F1DF
Text Example
Text Example
White with #D3F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F1DF; }
p { color: rgb(211,241,223); }
H1.HeaderClassName
{
color: #D3F1DF;
}
.AnyTagClassName
{
color: #D3F1DF;
}
</style>
background-color css
<style>
a { background-color: #D3F1DF; }
a { background-color: rgb(211,241,223); }
div.DivClassName
{
background-color: #D3F1DF;
}
.BgClassName
{
background-color: #D3F1DF;
}
</style>
border-color css
<style>
span { border-color: #D3F1DF; }
span { border-color: rgb(211,241,223); }
td.TdClassName
{
border-color: #D3F1DF;
}
.TagClassName
{
border-color: #D3F1DF;
}
</style>