Shades of White Ice #D1F1E2
Tints of White Ice #D1F1E2
RGB
CMYK
RGB Variations
Color information
#D1F1E2 (or 0xD1F1E2) is known color: White Ice. HEX triplet: D1, F1 and E2. RGB value is (209,241,226). Sum of RGB (Red+Green+Blue) = 209+241+226=676 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.92% from 676); Green value is 241 (94.53% from 255 or 35.65% from 676); Blue value is 226 (88.67% from 255 or 33.43% from 676); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F1E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F1E2 is #2E0E1D. Grayscale: #E5E5E5. Windows color (decimal): -3018270 or 14873041. OLE color: 14873041.
HSL color Cylindrical-coordinate representation of color #D1F1E2: hue angle of 151.88º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1F1E2 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 226 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.05 |
| HSL | 151.88º | 0.53% | 0.88% | - |
| HSV(B) | 151.88º | 0.13% | 0.95% | - |
| XYZ | 71.48 | 81.96 | 84 | - |
| YUV | 229.72 | 125.9 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 226 | 0.13 | 0 | 0.06 | 0.05 | 151.88 | 0.53 | 0.88 |
| Hex | D1 | F1 | E2 | D | 0 | 6 | 5 | 98 | 35 | 58 |
| Octal | 321 | 361 | 342 | 15 | 0 | 6 | 5 | 230 | 65 | 130 |
| Binary | 11010001 | 11110001 | 11100010 | 1101 | 0 | 110 | 101 | 10011000 | 110101 | 1011000 |
Color Harmonies of #D1F1E2
Complementary color
Monochromatic Colors of #D1F1E2
Black with #D1F1E2
Text Example
Text Example
White with #D1F1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F1E2; }
p { color: rgb(209,241,226); }
H1.HeaderClassName
{
color: #D1F1E2;
}
.AnyTagClassName
{
color: #D1F1E2;
}
</style>
background-color css
<style>
a { background-color: #D1F1E2; }
a { background-color: rgb(209,241,226); }
div.DivClassName
{
background-color: #D1F1E2;
}
.BgClassName
{
background-color: #D1F1E2;
}
</style>
border-color css
<style>
span { border-color: #D1F1E2; }
span { border-color: rgb(209,241,226); }
td.TdClassName
{
border-color: #D1F1E2;
}
.TagClassName
{
border-color: #D1F1E2;
}
</style>