Shades of Frostee #D7DFD2
Tints of Frostee #D7DFD2
RGB
CMYK
RGB Variations
Color information
#D7DFD2 (or 0xD7DFD2) is known color: Frostee. HEX triplet: D7, DF and D2. RGB value is (215,223,210). Sum of RGB (Red+Green+Blue) = 215+223+210=648 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.18% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DFD2 is #28202D. Grayscale: #DBDBDB. Windows color (decimal): -2629678 or 13819863. OLE color: 13819863.
HSL color Cylindrical-coordinate representation of color #D7DFD2: hue angle of 96.92º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D7DFD2 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 223 | 210 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.13 |
| HSL | 96.92º | 0.17% | 0.85% | - |
| HSV(B) | 96.92º | 0.06% | 0.87% | - |
| XYZ | 66.04 | 71.88 | 71.37 | - |
| YUV | 219.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 223 | 210 | 0.04 | 0 | 0.06 | 0.13 | 96.92 | 0.17 | 0.85 |
| Hex | D7 | DF | D2 | 4 | 0 | 6 | D | 61 | 11 | 55 |
| Octal | 327 | 337 | 322 | 4 | 0 | 6 | 15 | 141 | 21 | 125 |
| Binary | 11010111 | 11011111 | 11010010 | 100 | 0 | 110 | 1101 | 1100001 | 10001 | 1010101 |
Color Harmonies of #D7DFD2
Complementary color
Monochromatic Colors of #D7DFD2
Black with #D7DFD2
Text Example
Text Example
White with #D7DFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DFD2; }
p { color: rgb(215,223,210); }
H1.HeaderClassName
{
color: #D7DFD2;
}
.AnyTagClassName
{
color: #D7DFD2;
}
</style>
background-color css
<style>
a { background-color: #D7DFD2; }
a { background-color: rgb(215,223,210); }
div.DivClassName
{
background-color: #D7DFD2;
}
.BgClassName
{
background-color: #D7DFD2;
}
</style>
border-color css
<style>
span { border-color: #D7DFD2; }
span { border-color: rgb(215,223,210); }
td.TdClassName
{
border-color: #D7DFD2;
}
.TagClassName
{
border-color: #D7DFD2;
}
</style>