Shades of Prim #D4CCCD
Tints of Prim #D4CCCD
RGB
CMYK
RGB Variations
Color information
#D4CCCD (or 0xD4CCCD) is known color: Prim. HEX triplet: D4, CC and CD. RGB value is (212,204,205). Sum of RGB (Red+Green+Blue) = 212+204+205=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCCD is #2B3332. Grayscale: #CECECE. Windows color (decimal): -2831155 or 13487316. OLE color: 13487316.
HSL color Cylindrical-coordinate representation of color #D4CCCD: hue angle of 352.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4CCCD is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 204 | 205 | - |
CMYK | 0 | 0.04 | 0.03 | 0.17 |
HSL | 352.5º | 0.09% | 0.82% | - |
HSV(B) | 352.5º | 0.04% | 0.83% | - |
XYZ | 59.76 | 61.59 | 66.5 | - |
YUV | 206.51 | 127.15 | 131.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 204 | 205 | 0 | 0.04 | 0.03 | 0.17 | 352.5 | 0.09 | 0.82 |
Hex | D4 | CC | CD | 0 | 4 | 3 | 11 | 160 | 9 | 52 |
Octal | 324 | 314 | 315 | 0 | 4 | 3 | 21 | 540 | 11 | 122 |
Binary | 11010100 | 11001100 | 11001101 | 0 | 100 | 11 | 10001 | 101100000 | 1001 | 1010010 |
Color Harmonies of #D4CCCD
Complementary color
Monochromatic Colors of #D4CCCD
Black with #D4CCCD
Text Example
Text Example
White with #D4CCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CCCD; }
p { color: rgb(212,204,205); }
H1.HeaderClassName
{
color: #D4CCCD;
}
.AnyTagClassName
{
color: #D4CCCD;
}
</style>
background-color css
<style>
a { background-color: #D4CCCD; }
a { background-color: rgb(212,204,205); }
div.DivClassName
{
background-color: #D4CCCD;
}
.BgClassName
{
background-color: #D4CCCD;
}
</style>
border-color css
<style>
span { border-color: #D4CCCD; }
span { border-color: rgb(212,204,205); }
td.TdClassName
{
border-color: #D4CCCD;
}
.TagClassName
{
border-color: #D4CCCD;
}
</style>