Shades of Prim #DDD7DA
Tints of Prim #DDD7DA
RGB
CMYK
RGB Variations
Color information
#DDD7DA (or 0xDDD7DA) is known color: Prim. HEX triplet: DD, D7 and DA. RGB value is (221,215,218). Sum of RGB (Red+Green+Blue) = 221+215+218=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7DA is #222825. Grayscale: #D9D9D9. Windows color (decimal): -2238502 or 14342109. OLE color: 14342109.
HSL color Cylindrical-coordinate representation of color #DDD7DA: hue angle of 330º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDD7DA is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 215 | 218 | - |
CMYK | 0 | 0.03 | 0.01 | 0.13 |
HSL | 330º | 0.08% | 0.85% | - |
HSV(B) | 330º | 0.03% | 0.87% | - |
XYZ | 66.77 | 69.03 | 76.14 | - |
YUV | 217.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 215 | 218 | 0 | 0.03 | 0.01 | 0.13 | 330 | 0.08 | 0.85 |
Hex | DD | D7 | DA | 0 | 3 | 1 | D | 14A | 8 | 55 |
Octal | 335 | 327 | 332 | 0 | 3 | 1 | 15 | 512 | 10 | 125 |
Binary | 11011101 | 11010111 | 11011010 | 0 | 11 | 1 | 1101 | 101001010 | 1000 | 1010101 |
Color Harmonies of #DDD7DA
Complementary color
Monochromatic Colors of #DDD7DA
Black with #DDD7DA
Text Example
Text Example
White with #DDD7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7DA; }
p { color: rgb(221,215,218); }
H1.HeaderClassName
{
color: #DDD7DA;
}
.AnyTagClassName
{
color: #DDD7DA;
}
</style>
background-color css
<style>
a { background-color: #DDD7DA; }
a { background-color: rgb(221,215,218); }
div.DivClassName
{
background-color: #DDD7DA;
}
.BgClassName
{
background-color: #DDD7DA;
}
</style>
border-color css
<style>
span { border-color: #DDD7DA; }
span { border-color: rgb(221,215,218); }
td.TdClassName
{
border-color: #DDD7DA;
}
.TagClassName
{
border-color: #DDD7DA;
}
</style>