Shades of White Pointer #DDD6C7
Tints of White Pointer #DDD6C7
RGB
CMYK
RGB Variations
Color information
#DDD6C7 (or 0xDDD6C7) is known color: White Pointer. HEX triplet: DD, D6 and C7. RGB value is (221,214,199). Sum of RGB (Red+Green+Blue) = 221+214+199=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 199 (78.12% from 255 or 31.39% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6C7 is #222938. Grayscale: #D6D6D6. Windows color (decimal): -2238777 or 13096669. OLE color: 13096669.
HSL color Cylindrical-coordinate representation of color #DDD6C7: hue angle of 40.91º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD6C7 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 199 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.13 |
| HSL | 40.91º | 0.24% | 0.82% | - |
| HSV(B) | 40.91º | 0.1% | 0.87% | - |
| XYZ | 64.17 | 67.59 | 63.7 | - |
| YUV | 214.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 199 | 0 | 0.03 | 0.10 | 0.13 | 40.91 | 0.24 | 0.82 |
| Hex | DD | D6 | C7 | 0 | 3 | A | D | 29 | 18 | 52 |
| Octal | 335 | 326 | 307 | 0 | 3 | 12 | 15 | 51 | 30 | 122 |
| Binary | 11011101 | 11010110 | 11000111 | 0 | 11 | 1010 | 1101 | 101001 | 11000 | 1010010 |
Color Harmonies of #DDD6C7
Complementary color
Monochromatic Colors of #DDD6C7
Black with #DDD6C7
Text Example
Text Example
White with #DDD6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6C7; }
p { color: rgb(221,214,199); }
H1.HeaderClassName
{
color: #DDD6C7;
}
.AnyTagClassName
{
color: #DDD6C7;
}
</style>
background-color css
<style>
a { background-color: #DDD6C7; }
a { background-color: rgb(221,214,199); }
div.DivClassName
{
background-color: #DDD6C7;
}
.BgClassName
{
background-color: #DDD6C7;
}
</style>
border-color css
<style>
span { border-color: #DDD6C7; }
span { border-color: rgb(221,214,199); }
td.TdClassName
{
border-color: #DDD6C7;
}
.TagClassName
{
border-color: #DDD6C7;
}
</style>