Shades of White Pointer #DDD7CA
Tints of White Pointer #DDD7CA
RGB
CMYK
RGB Variations
Color information
#DDD7CA (or 0xDDD7CA) is known color: White Pointer. HEX triplet: DD, D7 and CA. RGB value is (221,215,202). Sum of RGB (Red+Green+Blue) = 221+215+202=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7CA is #222835. Grayscale: #D7D7D7. Windows color (decimal): -2238518 or 13293533. OLE color: 13293533.
HSL color Cylindrical-coordinate representation of color #DDD7CA: hue angle of 41.05º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDD7CA is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 202 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.13 |
| HSL | 41.05º | 0.22% | 0.83% | - |
| HSV(B) | 41.05º | 0.09% | 0.87% | - |
| XYZ | 64.78 | 68.24 | 65.63 | - |
| YUV | 215.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 202 | 0 | 0.03 | 0.09 | 0.13 | 41.05 | 0.22 | 0.83 |
| Hex | DD | D7 | CA | 0 | 3 | 9 | D | 29 | 16 | 53 |
| Octal | 335 | 327 | 312 | 0 | 3 | 11 | 15 | 51 | 26 | 123 |
| Binary | 11011101 | 11010111 | 11001010 | 0 | 11 | 1001 | 1101 | 101001 | 10110 | 1010011 |
Color Harmonies of #DDD7CA
Complementary color
Monochromatic Colors of #DDD7CA
Black with #DDD7CA
Text Example
Text Example
White with #DDD7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7CA; }
p { color: rgb(221,215,202); }
H1.HeaderClassName
{
color: #DDD7CA;
}
.AnyTagClassName
{
color: #DDD7CA;
}
</style>
background-color css
<style>
a { background-color: #DDD7CA; }
a { background-color: rgb(221,215,202); }
div.DivClassName
{
background-color: #DDD7CA;
}
.BgClassName
{
background-color: #DDD7CA;
}
</style>
border-color css
<style>
span { border-color: #DDD7CA; }
span { border-color: rgb(221,215,202); }
td.TdClassName
{
border-color: #DDD7CA;
}
.TagClassName
{
border-color: #DDD7CA;
}
</style>