Shades of Prim #D4CBCC
Tints of Prim #D4CBCC
RGB
CMYK
RGB Variations
Color information
#D4CBCC (or 0xD4CBCC) is known color: Prim. HEX triplet: D4, CB and CC. RGB value is (212,203,204). Sum of RGB (Red+Green+Blue) = 212+203+204=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBCC is #2B3433. Grayscale: #CDCDCD. Windows color (decimal): -2831412 or 13421524. OLE color: 13421524.
HSL color Cylindrical-coordinate representation of color #D4CBCC: hue angle of 353.33º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4CBCC is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 204 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.17 |
| HSL | 353.33º | 0.09% | 0.81% | - |
| HSV(B) | 353.33º | 0.04% | 0.83% | - |
| XYZ | 59.41 | 61.07 | 65.78 | - |
| YUV | 205.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 204 | 0 | 0.04 | 0.04 | 0.17 | 353.33 | 0.09 | 0.81 |
| Hex | D4 | CB | CC | 0 | 4 | 4 | 11 | 161 | 9 | 51 |
| Octal | 324 | 313 | 314 | 0 | 4 | 4 | 21 | 541 | 11 | 121 |
| Binary | 11010100 | 11001011 | 11001100 | 0 | 100 | 100 | 10001 | 101100001 | 1001 | 1010001 |
Color Harmonies of #D4CBCC
Complementary color
Monochromatic Colors of #D4CBCC
Black with #D4CBCC
Text Example
Text Example
White with #D4CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBCC; }
p { color: rgb(212,203,204); }
H1.HeaderClassName
{
color: #D4CBCC;
}
.AnyTagClassName
{
color: #D4CBCC;
}
</style>
background-color css
<style>
a { background-color: #D4CBCC; }
a { background-color: rgb(212,203,204); }
div.DivClassName
{
background-color: #D4CBCC;
}
.BgClassName
{
background-color: #D4CBCC;
}
</style>
border-color css
<style>
span { border-color: #D4CBCC; }
span { border-color: rgb(212,203,204); }
td.TdClassName
{
border-color: #D4CBCC;
}
.TagClassName
{
border-color: #D4CBCC;
}
</style>