Shades of Prim #DDC8D0
Tints of Prim #DDC8D0
RGB
CMYK
RGB Variations
Color information
#DDC8D0 (or 0xDDC8D0) is known color: Prim. HEX triplet: DD, C8 and D0. RGB value is (221,200,208). Sum of RGB (Red+Green+Blue) = 221+200+208=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8D0 is #22372F. Grayscale: #CFCFCF. Windows color (decimal): -2242352 or 13682909. OLE color: 13682909.
HSL color Cylindrical-coordinate representation of color #DDC8D0: hue angle of 337.14º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC8D0 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 200 | 208 | - |
CMYK | 0 | 0.10 | 0.06 | 0.13 |
HSL | 337.14º | 0.24% | 0.83% | - |
HSV(B) | 337.14º | 0.1% | 0.87% | - |
XYZ | 61.86 | 61.23 | 68.23 | - |
YUV | 207.19 | 128.46 | 137.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 200 | 208 | 0 | 0.10 | 0.06 | 0.13 | 337.14 | 0.24 | 0.83 |
Hex | DD | C8 | D0 | 0 | A | 6 | D | 151 | 18 | 53 |
Octal | 335 | 310 | 320 | 0 | 12 | 6 | 15 | 521 | 30 | 123 |
Binary | 11011101 | 11001000 | 11010000 | 0 | 1010 | 110 | 1101 | 101010001 | 11000 | 1010011 |
Color Harmonies of #DDC8D0
Complementary color
Monochromatic Colors of #DDC8D0
Black with #DDC8D0
Text Example
Text Example
White with #DDC8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8D0; }
p { color: rgb(221,200,208); }
H1.HeaderClassName
{
color: #DDC8D0;
}
.AnyTagClassName
{
color: #DDC8D0;
}
</style>
background-color css
<style>
a { background-color: #DDC8D0; }
a { background-color: rgb(221,200,208); }
div.DivClassName
{
background-color: #DDC8D0;
}
.BgClassName
{
background-color: #DDC8D0;
}
</style>
border-color css
<style>
span { border-color: #DDC8D0; }
span { border-color: rgb(221,200,208); }
td.TdClassName
{
border-color: #DDC8D0;
}
.TagClassName
{
border-color: #DDC8D0;
}
</style>