Shades of Prim #DCCED6
Tints of Prim #DCCED6
RGB
CMYK
RGB Variations
Color information
#DCCED6 (or 0xDCCED6) is known color: Prim. HEX triplet: DC, CE and D6. RGB value is (220,206,214). Sum of RGB (Red+Green+Blue) = 220+206+214=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCED6 is #233129. Grayscale: #D3D3D3. Windows color (decimal): -2306346 or 14077660. OLE color: 14077660.
HSL color Cylindrical-coordinate representation of color #DCCED6: hue angle of 325.71º 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 #DCCED6 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 214 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.14 |
| HSL | 325.71º | 0.17% | 0.84% | - |
| HSV(B) | 325.71º | 0.06% | 0.86% | - |
| XYZ | 63.72 | 64.21 | 72.65 | - |
| YUV | 211.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 214 | 0 | 0.06 | 0.03 | 0.14 | 325.71 | 0.17 | 0.84 |
| Hex | DC | CE | D6 | 0 | 6 | 3 | E | 146 | 11 | 54 |
| Octal | 334 | 316 | 326 | 0 | 6 | 3 | 16 | 506 | 21 | 124 |
| Binary | 11011100 | 11001110 | 11010110 | 0 | 110 | 11 | 1110 | 101000110 | 10001 | 1010100 |
Color Harmonies of #DCCED6
Complementary color
Monochromatic Colors of #DCCED6
Black with #DCCED6
Text Example
Text Example
White with #DCCED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCED6; }
p { color: rgb(220,206,214); }
H1.HeaderClassName
{
color: #DCCED6;
}
.AnyTagClassName
{
color: #DCCED6;
}
</style>
background-color css
<style>
a { background-color: #DCCED6; }
a { background-color: rgb(220,206,214); }
div.DivClassName
{
background-color: #DCCED6;
}
.BgClassName
{
background-color: #DCCED6;
}
</style>
border-color css
<style>
span { border-color: #DCCED6; }
span { border-color: rgb(220,206,214); }
td.TdClassName
{
border-color: #DCCED6;
}
.TagClassName
{
border-color: #DCCED6;
}
</style>