Shades of Parchment #CDC4B2
Tints of Parchment #CDC4B2
RGB
CMYK
RGB Variations
Color information
#CDC4B2 (or 0xCDC4B2) is known color: Parchment. HEX triplet: CD, C4 and B2. RGB value is (205,196,178). Sum of RGB (Red+Green+Blue) = 205+196+178=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 178 (69.92% from 255 or 30.74% from 579); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC4B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC4B2 is #323B4D. Grayscale: #C4C4C4. Windows color (decimal): -3291982 or 11715789. OLE color: 11715789.
HSL color Cylindrical-coordinate representation of color #CDC4B2: hue angle of 40º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDC4B2 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 178 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.20 |
| HSL | 40º | 0.21% | 0.75% | - |
| HSV(B) | 40º | 0.13% | 0.8% | - |
| XYZ | 52.95 | 55.67 | 50.07 | - |
| YUV | 196.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 178 | 0 | 0.04 | 0.13 | 0.20 | 40 | 0.21 | 0.75 |
| Hex | CD | C4 | B2 | 0 | 4 | D | 14 | 28 | 15 | 4B |
| Octal | 315 | 304 | 262 | 0 | 4 | 15 | 24 | 50 | 25 | 113 |
| Binary | 11001101 | 11000100 | 10110010 | 0 | 100 | 1101 | 10100 | 101000 | 10101 | 1001011 |
Color Harmonies of #CDC4B2
Complementary color
Monochromatic Colors of #CDC4B2
Black with #CDC4B2
Text Example
Text Example
White with #CDC4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC4B2; }
p { color: rgb(205,196,178); }
H1.HeaderClassName
{
color: #CDC4B2;
}
.AnyTagClassName
{
color: #CDC4B2;
}
</style>
background-color css
<style>
a { background-color: #CDC4B2; }
a { background-color: rgb(205,196,178); }
div.DivClassName
{
background-color: #CDC4B2;
}
.BgClassName
{
background-color: #CDC4B2;
}
</style>
border-color css
<style>
span { border-color: #CDC4B2; }
span { border-color: rgb(205,196,178); }
td.TdClassName
{
border-color: #CDC4B2;
}
.TagClassName
{
border-color: #CDC4B2;
}
</style>