Shades of Prim #DCCAD1
Tints of Prim #DCCAD1
RGB
CMYK
RGB Variations
Color information
#DCCAD1 (or 0xDCCAD1) is known color: Prim. HEX triplet: DC, CA and D1. RGB value is (220,202,209). Sum of RGB (Red+Green+Blue) = 220+202+209=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAD1 is #23352E. Grayscale: #D0D0D0. Windows color (decimal): -2307375 or 13748956. OLE color: 13748956.
HSL color Cylindrical-coordinate representation of color #DCCAD1: hue angle of 336.67º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCAD1 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 209 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.14 |
| HSL | 336.67º | 0.2% | 0.83% | - |
| HSV(B) | 336.67º | 0.08% | 0.86% | - |
| XYZ | 62.14 | 62.06 | 69.03 | - |
| YUV | 208.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 209 | 0 | 0.08 | 0.05 | 0.14 | 336.67 | 0.2 | 0.83 |
| Hex | DC | CA | D1 | 0 | 8 | 5 | E | 151 | 14 | 53 |
| Octal | 334 | 312 | 321 | 0 | 10 | 5 | 16 | 521 | 24 | 123 |
| Binary | 11011100 | 11001010 | 11010001 | 0 | 1000 | 101 | 1110 | 101010001 | 10100 | 1010011 |
Color Harmonies of #DCCAD1
Complementary color
Monochromatic Colors of #DCCAD1
Black with #DCCAD1
Text Example
Text Example
White with #DCCAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAD1; }
p { color: rgb(220,202,209); }
H1.HeaderClassName
{
color: #DCCAD1;
}
.AnyTagClassName
{
color: #DCCAD1;
}
</style>
background-color css
<style>
a { background-color: #DCCAD1; }
a { background-color: rgb(220,202,209); }
div.DivClassName
{
background-color: #DCCAD1;
}
.BgClassName
{
background-color: #DCCAD1;
}
</style>
border-color css
<style>
span { border-color: #DCCAD1; }
span { border-color: rgb(220,202,209); }
td.TdClassName
{
border-color: #DCCAD1;
}
.TagClassName
{
border-color: #DCCAD1;
}
</style>