Shades of Prim #DCCED1
Tints of Prim #DCCED1
RGB
CMYK
RGB Variations
Color information
#DCCED1 (or 0xDCCED1) is known color: Prim. HEX triplet: DC, CE and D1. RGB value is (220,206,209). Sum of RGB (Red+Green+Blue) = 220+206+209=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCED1 is #23312E. Grayscale: #D2D2D2. Windows color (decimal): -2306351 or 13749980. OLE color: 13749980.
HSL color Cylindrical-coordinate representation of color #DCCED1: hue angle of 347.14º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCCED1 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 209 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.14 |
| HSL | 347.14º | 0.17% | 0.84% | - |
| HSV(B) | 347.14º | 0.06% | 0.86% | - |
| XYZ | 63.1 | 63.96 | 69.34 | - |
| YUV | 210.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 209 | 0 | 0.06 | 0.05 | 0.14 | 347.14 | 0.17 | 0.84 |
| Hex | DC | CE | D1 | 0 | 6 | 5 | E | 15B | 11 | 54 |
| Octal | 334 | 316 | 321 | 0 | 6 | 5 | 16 | 533 | 21 | 124 |
| Binary | 11011100 | 11001110 | 11010001 | 0 | 110 | 101 | 1110 | 101011011 | 10001 | 1010100 |
Color Harmonies of #DCCED1
Complementary color
Monochromatic Colors of #DCCED1
Black with #DCCED1
Text Example
Text Example
White with #DCCED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCED1; }
p { color: rgb(220,206,209); }
H1.HeaderClassName
{
color: #DCCED1;
}
.AnyTagClassName
{
color: #DCCED1;
}
</style>
background-color css
<style>
a { background-color: #DCCED1; }
a { background-color: rgb(220,206,209); }
div.DivClassName
{
background-color: #DCCED1;
}
.BgClassName
{
background-color: #DCCED1;
}
</style>
border-color css
<style>
span { border-color: #DCCED1; }
span { border-color: rgb(220,206,209); }
td.TdClassName
{
border-color: #DCCED1;
}
.TagClassName
{
border-color: #DCCED1;
}
</style>