Shades of White Ice #D1FDE6
Tints of White Ice #D1FDE6
RGB
CMYK
RGB Variations
Color information
#D1FDE6 (or 0xD1FDE6) is known color: White Ice. HEX triplet: D1, FD and E6. RGB value is (209,253,230). Sum of RGB (Red+Green+Blue) = 209+253+230=692 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.20% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 230 (90.23% from 255 or 33.24% from 692); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FDE6 is #2E0219. Grayscale: #EDEDED. Windows color (decimal): -3015194 or 15138257. OLE color: 15138257.
HSL color Cylindrical-coordinate representation of color #D1FDE6: hue angle of 148.64º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1FDE6 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 253 | 230 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.01 |
| HSL | 148.64º | 0.92% | 0.91% | - |
| HSV(B) | 148.64º | 0.17% | 0.99% | - |
| XYZ | 75.7 | 89.52 | 88.15 | - |
| YUV | 237.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 253 | 230 | 0.17 | 0 | 0.09 | 0.01 | 148.64 | 0.92 | 0.91 |
| Hex | D1 | FD | E6 | 11 | 0 | 9 | 1 | 95 | 5C | 5B |
| Octal | 321 | 375 | 346 | 21 | 0 | 11 | 1 | 225 | 134 | 133 |
| Binary | 11010001 | 11111101 | 11100110 | 10001 | 0 | 1001 | 1 | 10010101 | 1011100 | 1011011 |
Color Harmonies of #D1FDE6
Complementary color
Monochromatic Colors of #D1FDE6
Black with #D1FDE6
Text Example
Text Example
White with #D1FDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FDE6; }
p { color: rgb(209,253,230); }
H1.HeaderClassName
{
color: #D1FDE6;
}
.AnyTagClassName
{
color: #D1FDE6;
}
</style>
background-color css
<style>
a { background-color: #D1FDE6; }
a { background-color: rgb(209,253,230); }
div.DivClassName
{
background-color: #D1FDE6;
}
.BgClassName
{
background-color: #D1FDE6;
}
</style>
border-color css
<style>
span { border-color: #D1FDE6; }
span { border-color: rgb(209,253,230); }
td.TdClassName
{
border-color: #D1FDE6;
}
.TagClassName
{
border-color: #D1FDE6;
}
</style>