Shades of Frost #D8DDC3
Tints of Frost #D8DDC3
RGB
CMYK
RGB Variations
Color information
#D8DDC3 (or 0xD8DDC3) is known color: Frost. HEX triplet: D8, DD and C3. RGB value is (216,221,195). Sum of RGB (Red+Green+Blue) = 216+221+195=632 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.18% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 195 (76.56% from 255 or 30.85% from 632); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDC3 is #27223C. Grayscale: #D8D8D8. Windows color (decimal): -2564669 or 12836312. OLE color: 12836312.
HSL color Cylindrical-coordinate representation of color #D8DDC3: hue angle of 71.54º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8DDC3 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 216 | 221 | 195 | - |
CMYK | 0.02 | 0 | 0.12 | 0.13 |
HSL | 71.54º | 0.28% | 0.82% | - |
HSV(B) | 71.54º | 0.12% | 0.87% | - |
XYZ | 64.03 | 70.25 | 61.82 | - |
YUV | 216.54 | 115.84 | 127.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 221 | 195 | 0.02 | 0 | 0.12 | 0.13 | 71.54 | 0.28 | 0.82 |
Hex | D8 | DD | C3 | 2 | 0 | C | D | 48 | 1C | 52 |
Octal | 330 | 335 | 303 | 2 | 0 | 14 | 15 | 110 | 34 | 122 |
Binary | 11011000 | 11011101 | 11000011 | 10 | 0 | 1100 | 1101 | 1001000 | 11100 | 1010010 |
Color Harmonies of #D8DDC3
Complementary color
Monochromatic Colors of #D8DDC3
Black with #D8DDC3
Text Example
Text Example
White with #D8DDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DDC3; }
p { color: rgb(216,221,195); }
H1.HeaderClassName
{
color: #D8DDC3;
}
.AnyTagClassName
{
color: #D8DDC3;
}
</style>
background-color css
<style>
a { background-color: #D8DDC3; }
a { background-color: rgb(216,221,195); }
div.DivClassName
{
background-color: #D8DDC3;
}
.BgClassName
{
background-color: #D8DDC3;
}
</style>
border-color css
<style>
span { border-color: #D8DDC3; }
span { border-color: rgb(216,221,195); }
td.TdClassName
{
border-color: #D8DDC3;
}
.TagClassName
{
border-color: #D8DDC3;
}
</style>