Shades of Prim #DDCCD1
Tints of Prim #DDCCD1
RGB
CMYK
RGB Variations
Color information
#DDCCD1 (or 0xDDCCD1) is known color: Prim. HEX triplet: DD, CC and D1. RGB value is (221,204,209). Sum of RGB (Red+Green+Blue) = 221+204+209=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCD1 is #22332E. Grayscale: #D1D1D1. Windows color (decimal): -2241327 or 13749469. OLE color: 13749469.
HSL color Cylindrical-coordinate representation of color #DDCCD1: hue angle of 342.35º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCCD1 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 204 | 209 | - |
CMYK | 0 | 0.08 | 0.05 | 0.13 |
HSL | 342.35º | 0.2% | 0.83% | - |
HSV(B) | 342.35º | 0.08% | 0.87% | - |
XYZ | 62.92 | 63.16 | 69.2 | - |
YUV | 209.65 | 127.63 | 136.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 204 | 209 | 0 | 0.08 | 0.05 | 0.13 | 342.35 | 0.2 | 0.83 |
Hex | DD | CC | D1 | 0 | 8 | 5 | D | 156 | 14 | 53 |
Octal | 335 | 314 | 321 | 0 | 10 | 5 | 15 | 526 | 24 | 123 |
Binary | 11011101 | 11001100 | 11010001 | 0 | 1000 | 101 | 1101 | 101010110 | 10100 | 1010011 |
Color Harmonies of #DDCCD1
Complementary color
Monochromatic Colors of #DDCCD1
Black with #DDCCD1
Text Example
Text Example
White with #DDCCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCD1; }
p { color: rgb(221,204,209); }
H1.HeaderClassName
{
color: #DDCCD1;
}
.AnyTagClassName
{
color: #DDCCD1;
}
</style>
background-color css
<style>
a { background-color: #DDCCD1; }
a { background-color: rgb(221,204,209); }
div.DivClassName
{
background-color: #DDCCD1;
}
.BgClassName
{
background-color: #DDCCD1;
}
</style>
border-color css
<style>
span { border-color: #DDCCD1; }
span { border-color: rgb(221,204,209); }
td.TdClassName
{
border-color: #DDCCD1;
}
.TagClassName
{
border-color: #DDCCD1;
}
</style>