Shades of Prim #DDD5DA
Tints of Prim #DDD5DA
RGB
CMYK
RGB Variations
Color information
#DDD5DA (or 0xDDD5DA) is known color: Prim. HEX triplet: DD, D5 and DA. RGB value is (221,213,218). Sum of RGB (Red+Green+Blue) = 221+213+218=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5DA is #222A25. Grayscale: #D7D7D7. Windows color (decimal): -2239014 or 14341597. OLE color: 14341597.
HSL color Cylindrical-coordinate representation of color #DDD5DA: hue angle of 322.5º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDD5DA is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 213 | 218 | - |
CMYK | 0 | 0.04 | 0.01 | 0.13 |
HSL | 322.5º | 0.11% | 0.85% | - |
HSV(B) | 322.5º | 0.04% | 0.87% | - |
XYZ | 66.27 | 68.02 | 75.97 | - |
YUV | 215.96 | 129.15 | 131.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 213 | 218 | 0 | 0.04 | 0.01 | 0.13 | 322.5 | 0.11 | 0.85 |
Hex | DD | D5 | DA | 0 | 4 | 1 | D | 142 | B | 55 |
Octal | 335 | 325 | 332 | 0 | 4 | 1 | 15 | 502 | 13 | 125 |
Binary | 11011101 | 11010101 | 11011010 | 0 | 100 | 1 | 1101 | 101000010 | 1011 | 1010101 |
Color Harmonies of #DDD5DA
Complementary color
Monochromatic Colors of #DDD5DA
Black with #DDD5DA
Text Example
Text Example
White with #DDD5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD5DA; }
p { color: rgb(221,213,218); }
H1.HeaderClassName
{
color: #DDD5DA;
}
.AnyTagClassName
{
color: #DDD5DA;
}
</style>
background-color css
<style>
a { background-color: #DDD5DA; }
a { background-color: rgb(221,213,218); }
div.DivClassName
{
background-color: #DDD5DA;
}
.BgClassName
{
background-color: #DDD5DA;
}
</style>
border-color css
<style>
span { border-color: #DDD5DA; }
span { border-color: rgb(221,213,218); }
td.TdClassName
{
border-color: #DDD5DA;
}
.TagClassName
{
border-color: #DDD5DA;
}
</style>