Shades of Prim #D5CBCD
Tints of Prim #D5CBCD
RGB
CMYK
RGB Variations
Color information
#D5CBCD (or 0xD5CBCD) is known color: Prim. HEX triplet: D5, CB and CD. RGB value is (213,203,205). Sum of RGB (Red+Green+Blue) = 213+203+205=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBCD is #2A3432. Grayscale: #CECECE. Windows color (decimal): -2765875 or 13487061. OLE color: 13487061.
HSL color Cylindrical-coordinate representation of color #D5CBCD: hue angle of 348º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5CBCD is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 205 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.16 |
| HSL | 348º | 0.11% | 0.82% | - |
| HSV(B) | 348º | 0.05% | 0.84% | - |
| XYZ | 59.82 | 61.27 | 66.43 | - |
| YUV | 206.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 205 | 0 | 0.05 | 0.04 | 0.16 | 348 | 0.11 | 0.82 |
| Hex | D5 | CB | CD | 0 | 5 | 4 | 10 | 15C | B | 52 |
| Octal | 325 | 313 | 315 | 0 | 5 | 4 | 20 | 534 | 13 | 122 |
| Binary | 11010101 | 11001011 | 11001101 | 0 | 101 | 100 | 10000 | 101011100 | 1011 | 1010010 |
Color Harmonies of #D5CBCD
Complementary color
Monochromatic Colors of #D5CBCD
Black with #D5CBCD
Text Example
Text Example
White with #D5CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CBCD; }
p { color: rgb(213,203,205); }
H1.HeaderClassName
{
color: #D5CBCD;
}
.AnyTagClassName
{
color: #D5CBCD;
}
</style>
background-color css
<style>
a { background-color: #D5CBCD; }
a { background-color: rgb(213,203,205); }
div.DivClassName
{
background-color: #D5CBCD;
}
.BgClassName
{
background-color: #D5CBCD;
}
</style>
border-color css
<style>
span { border-color: #D5CBCD; }
span { border-color: rgb(213,203,205); }
td.TdClassName
{
border-color: #D5CBCD;
}
.TagClassName
{
border-color: #D5CBCD;
}
</style>