Shades of Prim #DDD3DA
Tints of Prim #DDD3DA
RGB
CMYK
RGB Variations
Color information
#DDD3DA (or 0xDDD3DA) is known color: Prim. HEX triplet: DD, D3 and DA. RGB value is (221,211,218). Sum of RGB (Red+Green+Blue) = 221+211+218=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 211 (82.81% from 255 or 32.46% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3DA is #222C25. Grayscale: #D6D6D6. Windows color (decimal): -2239526 or 14341085. OLE color: 14341085.
HSL color Cylindrical-coordinate representation of color #DDD3DA: hue angle of 318º degrees, saturation: 0.13, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDD3DA is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 211 | 218 | - |
CMYK | 0 | 0.05 | 0.01 | 0.13 |
HSL | 318º | 0.13% | 0.85% | - |
HSV(B) | 318º | 0.05% | 0.87% | - |
XYZ | 65.77 | 67.02 | 75.8 | - |
YUV | 214.79 | 129.81 | 132.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 211 | 218 | 0 | 0.05 | 0.01 | 0.13 | 318 | 0.13 | 0.85 |
Hex | DD | D3 | DA | 0 | 5 | 1 | D | 13E | D | 55 |
Octal | 335 | 323 | 332 | 0 | 5 | 1 | 15 | 476 | 15 | 125 |
Binary | 11011101 | 11010011 | 11011010 | 0 | 101 | 1 | 1101 | 100111110 | 1101 | 1010101 |
Color Harmonies of #DDD3DA
Complementary color
Monochromatic Colors of #DDD3DA
Black with #DDD3DA
Text Example
Text Example
White with #DDD3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3DA; }
p { color: rgb(221,211,218); }
H1.HeaderClassName
{
color: #DDD3DA;
}
.AnyTagClassName
{
color: #DDD3DA;
}
</style>
background-color css
<style>
a { background-color: #DDD3DA; }
a { background-color: rgb(221,211,218); }
div.DivClassName
{
background-color: #DDD3DA;
}
.BgClassName
{
background-color: #DDD3DA;
}
</style>
border-color css
<style>
span { border-color: #DDD3DA; }
span { border-color: rgb(221,211,218); }
td.TdClassName
{
border-color: #DDD3DA;
}
.TagClassName
{
border-color: #DDD3DA;
}
</style>