Shades of White Ice #D1FDE7
Tints of White Ice #D1FDE7
RGB
CMYK
RGB Variations
Color information
#D1FDE7 (or 0xD1FDE7) is known color: White Ice. HEX triplet: D1, FD and E7. RGB value is (209,253,231). Sum of RGB (Red+Green+Blue) = 209+253+231=693 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.16% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 231 (90.62% from 255 or 33.33% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FDE7 is #2E0218. Grayscale: #EDEDED. Windows color (decimal): -3015193 or 15203793. OLE color: 15203793.
HSL color Cylindrical-coordinate representation of color #D1FDE7: hue angle of 150º 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 #D1FDE7 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 253 | 231 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.01 |
| HSL | 150º | 0.92% | 0.91% | - |
| HSV(B) | 150º | 0.17% | 0.99% | - |
| XYZ | 75.84 | 89.58 | 88.89 | - |
| YUV | 237.34 | 124.42 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 253 | 231 | 0.17 | 0 | 0.09 | 0.01 | 150 | 0.92 | 0.91 |
| Hex | D1 | FD | E7 | 11 | 0 | 9 | 1 | 96 | 5C | 5B |
| Octal | 321 | 375 | 347 | 21 | 0 | 11 | 1 | 226 | 134 | 133 |
| Binary | 11010001 | 11111101 | 11100111 | 10001 | 0 | 1001 | 1 | 10010110 | 1011100 | 1011011 |
Color Harmonies of #D1FDE7
Complementary color
Monochromatic Colors of #D1FDE7
Black with #D1FDE7
Text Example
Text Example
White with #D1FDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FDE7; }
p { color: rgb(209,253,231); }
H1.HeaderClassName
{
color: #D1FDE7;
}
.AnyTagClassName
{
color: #D1FDE7;
}
</style>
background-color css
<style>
a { background-color: #D1FDE7; }
a { background-color: rgb(209,253,231); }
div.DivClassName
{
background-color: #D1FDE7;
}
.BgClassName
{
background-color: #D1FDE7;
}
</style>
border-color css
<style>
span { border-color: #D1FDE7; }
span { border-color: rgb(209,253,231); }
td.TdClassName
{
border-color: #D1FDE7;
}
.TagClassName
{
border-color: #D1FDE7;
}
</style>