Shades of Prim #DDCDD1
Tints of Prim #DDCDD1
RGB
CMYK
RGB Variations
Color information
#DDCDD1 (or 0xDDCDD1) is known color: Prim. HEX triplet: DD, CD and D1. RGB value is (221,205,209). Sum of RGB (Red+Green+Blue) = 221+205+209=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDD1 is #22322E. Grayscale: #D2D2D2. Windows color (decimal): -2241071 or 13749725. OLE color: 13749725.
HSL color Cylindrical-coordinate representation of color #DDCDD1: hue angle of 345º 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 #DDCDD1 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 205 | 209 | - |
CMYK | 0 | 0.07 | 0.05 | 0.13 |
HSL | 345º | 0.19% | 0.84% | - |
HSV(B) | 345º | 0.07% | 0.87% | - |
XYZ | 63.16 | 63.64 | 69.28 | - |
YUV | 210.24 | 127.3 | 135.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 205 | 209 | 0 | 0.07 | 0.05 | 0.13 | 345 | 0.19 | 0.84 |
Hex | DD | CD | D1 | 0 | 7 | 5 | D | 159 | 13 | 54 |
Octal | 335 | 315 | 321 | 0 | 7 | 5 | 15 | 531 | 23 | 124 |
Binary | 11011101 | 11001101 | 11010001 | 0 | 111 | 101 | 1101 | 101011001 | 10011 | 1010100 |
Color Harmonies of #DDCDD1
Complementary color
Monochromatic Colors of #DDCDD1
Black with #DDCDD1
Text Example
Text Example
White with #DDCDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDD1; }
p { color: rgb(221,205,209); }
H1.HeaderClassName
{
color: #DDCDD1;
}
.AnyTagClassName
{
color: #DDCDD1;
}
</style>
background-color css
<style>
a { background-color: #DDCDD1; }
a { background-color: rgb(221,205,209); }
div.DivClassName
{
background-color: #DDCDD1;
}
.BgClassName
{
background-color: #DDCDD1;
}
</style>
border-color css
<style>
span { border-color: #DDCDD1; }
span { border-color: rgb(221,205,209); }
td.TdClassName
{
border-color: #DDCDD1;
}
.TagClassName
{
border-color: #DDCDD1;
}
</style>