Shades of Prim #D5C8CC
Tints of Prim #D5C8CC
RGB
CMYK
RGB Variations
Color information
#D5C8CC (or 0xD5C8CC) is known color: Prim. HEX triplet: D5, C8 and CC. RGB value is (213,200,204). Sum of RGB (Red+Green+Blue) = 213+200+204=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C8CC is #2A3733. Grayscale: #CCCCCC. Windows color (decimal): -2766644 or 13420757. OLE color: 13420757.
HSL color Cylindrical-coordinate representation of color #D5C8CC: hue angle of 341.54º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5C8CC is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 204 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.16 |
| HSL | 341.54º | 0.13% | 0.81% | - |
| HSV(B) | 341.54º | 0.06% | 0.84% | - |
| XYZ | 58.99 | 59.81 | 65.56 | - |
| YUV | 204.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 204 | 0 | 0.06 | 0.04 | 0.16 | 341.54 | 0.13 | 0.81 |
| Hex | D5 | C8 | CC | 0 | 6 | 4 | 10 | 156 | D | 51 |
| Octal | 325 | 310 | 314 | 0 | 6 | 4 | 20 | 526 | 15 | 121 |
| Binary | 11010101 | 11001000 | 11001100 | 0 | 110 | 100 | 10000 | 101010110 | 1101 | 1010001 |
Color Harmonies of #D5C8CC
Complementary color
Monochromatic Colors of #D5C8CC
Black with #D5C8CC
Text Example
Text Example
White with #D5C8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C8CC; }
p { color: rgb(213,200,204); }
H1.HeaderClassName
{
color: #D5C8CC;
}
.AnyTagClassName
{
color: #D5C8CC;
}
</style>
background-color css
<style>
a { background-color: #D5C8CC; }
a { background-color: rgb(213,200,204); }
div.DivClassName
{
background-color: #D5C8CC;
}
.BgClassName
{
background-color: #D5C8CC;
}
</style>
border-color css
<style>
span { border-color: #D5C8CC; }
span { border-color: rgb(213,200,204); }
td.TdClassName
{
border-color: #D5C8CC;
}
.TagClassName
{
border-color: #D5C8CC;
}
</style>