Shades of Frostee #D6DFD0
Tints of Frostee #D6DFD0
RGB
CMYK
RGB Variations
Color information
#D6DFD0 (or 0xD6DFD0) is known color: Frostee. HEX triplet: D6, DF and D0. RGB value is (214,223,208). Sum of RGB (Red+Green+Blue) = 214+223+208=645 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.18% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFD0 is #29202F. Grayscale: #DADADA. Windows color (decimal): -2695216 or 13688790. OLE color: 13688790.
HSL color Cylindrical-coordinate representation of color #D6DFD0: hue angle of 96º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6DFD0 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 214 | 223 | 208 | - |
CMYK | 0.04 | 0 | 0.07 | 0.13 |
HSL | 96º | 0.19% | 0.85% | - |
HSV(B) | 96º | 0.07% | 0.87% | - |
XYZ | 65.5 | 71.63 | 70.05 | - |
YUV | 218.6 | 122.02 | 124.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 223 | 208 | 0.04 | 0 | 0.07 | 0.13 | 96 | 0.19 | 0.85 |
Hex | D6 | DF | D0 | 4 | 0 | 7 | D | 60 | 13 | 55 |
Octal | 326 | 337 | 320 | 4 | 0 | 7 | 15 | 140 | 23 | 125 |
Binary | 11010110 | 11011111 | 11010000 | 100 | 0 | 111 | 1101 | 1100000 | 10011 | 1010101 |
Color Harmonies of #D6DFD0
Complementary color
Monochromatic Colors of #D6DFD0
Black with #D6DFD0
Text Example
Text Example
White with #D6DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DFD0; }
p { color: rgb(214,223,208); }
H1.HeaderClassName
{
color: #D6DFD0;
}
.AnyTagClassName
{
color: #D6DFD0;
}
</style>
background-color css
<style>
a { background-color: #D6DFD0; }
a { background-color: rgb(214,223,208); }
div.DivClassName
{
background-color: #D6DFD0;
}
.BgClassName
{
background-color: #D6DFD0;
}
</style>
border-color css
<style>
span { border-color: #D6DFD0; }
span { border-color: rgb(214,223,208); }
td.TdClassName
{
border-color: #D6DFD0;
}
.TagClassName
{
border-color: #D6DFD0;
}
</style>