Shades of Prim #DDD0D3
Tints of Prim #DDD0D3
RGB
CMYK
RGB Variations
Color information
#DDD0D3 (or 0xDDD0D3) is known color: Prim. HEX triplet: DD, D0 and D3. RGB value is (221,208,211). Sum of RGB (Red+Green+Blue) = 221+208+211=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0D3 is #222F2C. Grayscale: #D4D4D4. Windows color (decimal): -2240301 or 13881565. OLE color: 13881565.
HSL color Cylindrical-coordinate representation of color #DDD0D3: hue angle of 346.15º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDD0D3 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 208 | 211 | - |
CMYK | 0 | 0.06 | 0.05 | 0.13 |
HSL | 346.15º | 0.16% | 0.84% | - |
HSV(B) | 346.15º | 0.06% | 0.87% | - |
XYZ | 64.13 | 65.19 | 70.83 | - |
YUV | 212.23 | 127.31 | 134.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 208 | 211 | 0 | 0.06 | 0.05 | 0.13 | 346.15 | 0.16 | 0.84 |
Hex | DD | D0 | D3 | 0 | 6 | 5 | D | 15A | 10 | 54 |
Octal | 335 | 320 | 323 | 0 | 6 | 5 | 15 | 532 | 20 | 124 |
Binary | 11011101 | 11010000 | 11010011 | 0 | 110 | 101 | 1101 | 101011010 | 10000 | 1010100 |
Color Harmonies of #DDD0D3
Complementary color
Monochromatic Colors of #DDD0D3
Black with #DDD0D3
Text Example
Text Example
White with #DDD0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0D3; }
p { color: rgb(221,208,211); }
H1.HeaderClassName
{
color: #DDD0D3;
}
.AnyTagClassName
{
color: #DDD0D3;
}
</style>
background-color css
<style>
a { background-color: #DDD0D3; }
a { background-color: rgb(221,208,211); }
div.DivClassName
{
background-color: #DDD0D3;
}
.BgClassName
{
background-color: #DDD0D3;
}
</style>
border-color css
<style>
span { border-color: #DDD0D3; }
span { border-color: rgb(221,208,211); }
td.TdClassName
{
border-color: #DDD0D3;
}
.TagClassName
{
border-color: #DDD0D3;
}
</style>