Shades of Prim #DCCDD0
Tints of Prim #DCCDD0
RGB
CMYK
RGB Variations
Color information
#DCCDD0 (or 0xDCCDD0) is known color: Prim. HEX triplet: DC, CD and D0. RGB value is (220,205,208). Sum of RGB (Red+Green+Blue) = 220+205+208=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDD0 is #23322F. Grayscale: #D1D1D1. Windows color (decimal): -2306608 or 13684188. OLE color: 13684188.
HSL color Cylindrical-coordinate representation of color #DCCDD0: hue angle of 348º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCCDD0 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 205 | 208 | - |
CMYK | 0 | 0.07 | 0.05 | 0.14 |
HSL | 348º | 0.18% | 0.83% | - |
HSV(B) | 348º | 0.07% | 0.86% | - |
XYZ | 62.73 | 63.43 | 68.61 | - |
YUV | 209.83 | 126.97 | 135.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 205 | 208 | 0 | 0.07 | 0.05 | 0.14 | 348 | 0.18 | 0.83 |
Hex | DC | CD | D0 | 0 | 7 | 5 | E | 15C | 12 | 53 |
Octal | 334 | 315 | 320 | 0 | 7 | 5 | 16 | 534 | 22 | 123 |
Binary | 11011100 | 11001101 | 11010000 | 0 | 111 | 101 | 1110 | 101011100 | 10010 | 1010011 |
Color Harmonies of #DCCDD0
Complementary color
Monochromatic Colors of #DCCDD0
Black with #DCCDD0
Text Example
Text Example
White with #DCCDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDD0; }
p { color: rgb(220,205,208); }
H1.HeaderClassName
{
color: #DCCDD0;
}
.AnyTagClassName
{
color: #DCCDD0;
}
</style>
background-color css
<style>
a { background-color: #DCCDD0; }
a { background-color: rgb(220,205,208); }
div.DivClassName
{
background-color: #DCCDD0;
}
.BgClassName
{
background-color: #DCCDD0;
}
</style>
border-color css
<style>
span { border-color: #DCCDD0; }
span { border-color: rgb(220,205,208); }
td.TdClassName
{
border-color: #DCCDD0;
}
.TagClassName
{
border-color: #DCCDD0;
}
</style>