Shades of Prim #D5C9CC
Tints of Prim #D5C9CC
RGB
CMYK
RGB Variations
Color information
#D5C9CC (or 0xD5C9CC) is known color: Prim. HEX triplet: D5, C9 and CC. RGB value is (213,201,204). Sum of RGB (Red+Green+Blue) = 213+201+204=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C9CC is #2A3633. Grayscale: #CCCCCC. Windows color (decimal): -2766388 or 13421013. OLE color: 13421013.
HSL color Cylindrical-coordinate representation of color #D5C9CC: hue angle of 345º degrees, saturation: 0.12, 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 #D5C9CC is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 204 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.16 |
| HSL | 345º | 0.13% | 0.81% | - |
| HSV(B) | 345º | 0.06% | 0.84% | - |
| XYZ | 59.23 | 60.28 | 65.64 | - |
| YUV | 204.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 204 | 0 | 0.06 | 0.04 | 0.16 | 345 | 0.13 | 0.81 |
| Hex | D5 | C9 | CC | 0 | 6 | 4 | 10 | 159 | C | 51 |
| Octal | 325 | 311 | 314 | 0 | 6 | 4 | 20 | 531 | 14 | 121 |
| Binary | 11010101 | 11001001 | 11001100 | 0 | 110 | 100 | 10000 | 101011001 | 1100 | 1010001 |
Color Harmonies of #D5C9CC
Complementary color
Monochromatic Colors of #D5C9CC
Black with #D5C9CC
Text Example
Text Example
White with #D5C9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C9CC; }
p { color: rgb(213,201,204); }
H1.HeaderClassName
{
color: #D5C9CC;
}
.AnyTagClassName
{
color: #D5C9CC;
}
</style>
background-color css
<style>
a { background-color: #D5C9CC; }
a { background-color: rgb(213,201,204); }
div.DivClassName
{
background-color: #D5C9CC;
}
.BgClassName
{
background-color: #D5C9CC;
}
</style>
border-color css
<style>
span { border-color: #D5C9CC; }
span { border-color: rgb(213,201,204); }
td.TdClassName
{
border-color: #D5C9CC;
}
.TagClassName
{
border-color: #D5C9CC;
}
</style>