Shades of Frostee #D8E2D1
Tints of Frostee #D8E2D1
RGB
CMYK
RGB Variations
Color information
#D8E2D1 (or 0xD8E2D1) is known color: Frostee. HEX triplet: D8, E2 and D1. RGB value is (216,226,209). Sum of RGB (Red+Green+Blue) = 216+226+209=651 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.18% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 226 - color contains mainly: green. Hex color #D8E2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E2D1 is #271D2E. Grayscale: #DDDDDD. Windows color (decimal): -2563375 or 13755096. OLE color: 13755096.
HSL color Cylindrical-coordinate representation of color #D8E2D1: hue angle of 95.29º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8E2D1 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 216 | 226 | 209 | - |
CMYK | 0.04 | 0 | 0.08 | 0.11 |
HSL | 95.29º | 0.23% | 0.85% | - |
HSV(B) | 95.29º | 0.08% | 0.89% | - |
XYZ | 67.02 | 73.6 | 70.99 | - |
YUV | 221.07 | 121.19 | 124.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 226 | 209 | 0.04 | 0 | 0.08 | 0.11 | 95.29 | 0.23 | 0.85 |
Hex | D8 | E2 | D1 | 4 | 0 | 8 | B | 5F | 17 | 55 |
Octal | 330 | 342 | 321 | 4 | 0 | 10 | 13 | 137 | 27 | 125 |
Binary | 11011000 | 11100010 | 11010001 | 100 | 0 | 1000 | 1011 | 1011111 | 10111 | 1010101 |
Color Harmonies of #D8E2D1
Complementary color
Monochromatic Colors of #D8E2D1
Black with #D8E2D1
Text Example
Text Example
White with #D8E2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E2D1; }
p { color: rgb(216,226,209); }
H1.HeaderClassName
{
color: #D8E2D1;
}
.AnyTagClassName
{
color: #D8E2D1;
}
</style>
background-color css
<style>
a { background-color: #D8E2D1; }
a { background-color: rgb(216,226,209); }
div.DivClassName
{
background-color: #D8E2D1;
}
.BgClassName
{
background-color: #D8E2D1;
}
</style>
border-color css
<style>
span { border-color: #D8E2D1; }
span { border-color: rgb(216,226,209); }
td.TdClassName
{
border-color: #D8E2D1;
}
.TagClassName
{
border-color: #D8E2D1;
}
</style>