Shades of Prim #DDCDD2
Tints of Prim #DDCDD2
RGB
CMYK
RGB Variations
Color information
#DDCDD2 (or 0xDDCDD2) is known color: Prim. HEX triplet: DD, CD and D2. RGB value is (221,205,210). Sum of RGB (Red+Green+Blue) = 221+205+210=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDD2 is #22322D. Grayscale: #D2D2D2. Windows color (decimal): -2241070 or 13815261. OLE color: 13815261.
HSL color Cylindrical-coordinate representation of color #DDCDD2: hue angle of 341.25º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDCDD2 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 205 | 210 | - |
CMYK | 0 | 0.07 | 0.05 | 0.13 |
HSL | 341.25º | 0.19% | 0.84% | - |
HSV(B) | 341.25º | 0.07% | 0.87% | - |
XYZ | 63.28 | 63.69 | 69.93 | - |
YUV | 210.35 | 127.8 | 135.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 205 | 210 | 0 | 0.07 | 0.05 | 0.13 | 341.25 | 0.19 | 0.84 |
Hex | DD | CD | D2 | 0 | 7 | 5 | D | 155 | 13 | 54 |
Octal | 335 | 315 | 322 | 0 | 7 | 5 | 15 | 525 | 23 | 124 |
Binary | 11011101 | 11001101 | 11010010 | 0 | 111 | 101 | 1101 | 101010101 | 10011 | 1010100 |
Color Harmonies of #DDCDD2
Complementary color
Monochromatic Colors of #DDCDD2
Black with #DDCDD2
Text Example
Text Example
White with #DDCDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDD2; }
p { color: rgb(221,205,210); }
H1.HeaderClassName
{
color: #DDCDD2;
}
.AnyTagClassName
{
color: #DDCDD2;
}
</style>
background-color css
<style>
a { background-color: #DDCDD2; }
a { background-color: rgb(221,205,210); }
div.DivClassName
{
background-color: #DDCDD2;
}
.BgClassName
{
background-color: #DDCDD2;
}
</style>
border-color css
<style>
span { border-color: #DDCDD2; }
span { border-color: rgb(221,205,210); }
td.TdClassName
{
border-color: #DDCDD2;
}
.TagClassName
{
border-color: #DDCDD2;
}
</style>