Shades of White Pointer #DDD7C7
Tints of White Pointer #DDD7C7
RGB
CMYK
RGB Variations
Color information
#DDD7C7 (or 0xDDD7C7) is known color: White Pointer. HEX triplet: DD, D7 and C7. RGB value is (221,215,199). Sum of RGB (Red+Green+Blue) = 221+215+199=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7C7 is #222838. Grayscale: #D7D7D7. Windows color (decimal): -2238521 or 13096925. OLE color: 13096925.
HSL color Cylindrical-coordinate representation of color #DDD7C7: hue angle of 43.64º 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 #DDD7C7 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 199 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.13 |
| HSL | 43.64º | 0.24% | 0.82% | - |
| HSV(B) | 43.64º | 0.1% | 0.87% | - |
| XYZ | 64.43 | 68.1 | 63.78 | - |
| YUV | 214.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 199 | 0 | 0.03 | 0.10 | 0.13 | 43.64 | 0.24 | 0.82 |
| Hex | DD | D7 | C7 | 0 | 3 | A | D | 2C | 18 | 52 |
| Octal | 335 | 327 | 307 | 0 | 3 | 12 | 15 | 54 | 30 | 122 |
| Binary | 11011101 | 11010111 | 11000111 | 0 | 11 | 1010 | 1101 | 101100 | 11000 | 1010010 |
Color Harmonies of #DDD7C7
Complementary color
Monochromatic Colors of #DDD7C7
Black with #DDD7C7
Text Example
Text Example
White with #DDD7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7C7; }
p { color: rgb(221,215,199); }
H1.HeaderClassName
{
color: #DDD7C7;
}
.AnyTagClassName
{
color: #DDD7C7;
}
</style>
background-color css
<style>
a { background-color: #DDD7C7; }
a { background-color: rgb(221,215,199); }
div.DivClassName
{
background-color: #DDD7C7;
}
.BgClassName
{
background-color: #DDD7C7;
}
</style>
border-color css
<style>
span { border-color: #DDD7C7; }
span { border-color: rgb(221,215,199); }
td.TdClassName
{
border-color: #DDD7C7;
}
.TagClassName
{
border-color: #DDD7C7;
}
</style>