Shades of Prim #DDD3D6
Tints of Prim #DDD3D6
RGB
CMYK
RGB Variations
Color information
#DDD3D6 (or 0xDDD3D6) is known color: Prim. HEX triplet: DD, D3 and D6. RGB value is (221,211,214). Sum of RGB (Red+Green+Blue) = 221+211+214=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 211 (82.81% from 255 or 32.66% from 646); Blue value is 214 (83.98% from 255 or 33.13% from 646); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3D6 is #222C29. Grayscale: #D6D6D6. Windows color (decimal): -2239530 or 14078941. OLE color: 14078941.
HSL color Cylindrical-coordinate representation of color #DDD3D6: hue angle of 342º 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 #DDD3D6 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 211 | 214 | - |
CMYK | 0 | 0.05 | 0.03 | 0.13 |
HSL | 342º | 0.13% | 0.85% | - |
HSV(B) | 342º | 0.05% | 0.87% | - |
XYZ | 65.25 | 66.82 | 73.08 | - |
YUV | 214.33 | 127.81 | 132.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 211 | 214 | 0 | 0.05 | 0.03 | 0.13 | 342 | 0.13 | 0.85 |
Hex | DD | D3 | D6 | 0 | 5 | 3 | D | 156 | D | 55 |
Octal | 335 | 323 | 326 | 0 | 5 | 3 | 15 | 526 | 15 | 125 |
Binary | 11011101 | 11010011 | 11010110 | 0 | 101 | 11 | 1101 | 101010110 | 1101 | 1010101 |
Color Harmonies of #DDD3D6
Complementary color
Monochromatic Colors of #DDD3D6
Black with #DDD3D6
Text Example
Text Example
White with #DDD3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3D6; }
p { color: rgb(221,211,214); }
H1.HeaderClassName
{
color: #DDD3D6;
}
.AnyTagClassName
{
color: #DDD3D6;
}
</style>
background-color css
<style>
a { background-color: #DDD3D6; }
a { background-color: rgb(221,211,214); }
div.DivClassName
{
background-color: #DDD3D6;
}
.BgClassName
{
background-color: #DDD3D6;
}
</style>
border-color css
<style>
span { border-color: #DDD3D6; }
span { border-color: rgb(221,211,214); }
td.TdClassName
{
border-color: #DDD3D6;
}
.TagClassName
{
border-color: #DDD3D6;
}
</style>