Shades of Prim #D5CCCD
Tints of Prim #D5CCCD
RGB
CMYK
RGB Variations
Color information
#D5CCCD (or 0xD5CCCD) is known color: Prim. HEX triplet: D5, CC and CD. RGB value is (213,204,205). Sum of RGB (Red+Green+Blue) = 213+204+205=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCCD is #2A3332. Grayscale: #CECECE. Windows color (decimal): -2765619 or 13487317. OLE color: 13487317.
HSL color Cylindrical-coordinate representation of color #D5CCCD: hue angle of 353.33º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5CCCD is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 204 | 205 | - |
CMYK | 0 | 0.04 | 0.04 | 0.16 |
HSL | 353.33º | 0.1% | 0.82% | - |
HSV(B) | 353.33º | 0.04% | 0.84% | - |
XYZ | 60.05 | 61.74 | 66.51 | - |
YUV | 206.81 | 126.98 | 132.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 204 | 205 | 0 | 0.04 | 0.04 | 0.16 | 353.33 | 0.1 | 0.82 |
Hex | D5 | CC | CD | 0 | 4 | 4 | 10 | 161 | A | 52 |
Octal | 325 | 314 | 315 | 0 | 4 | 4 | 20 | 541 | 12 | 122 |
Binary | 11010101 | 11001100 | 11001101 | 0 | 100 | 100 | 10000 | 101100001 | 1010 | 1010010 |
Color Harmonies of #D5CCCD
Complementary color
Monochromatic Colors of #D5CCCD
Black with #D5CCCD
Text Example
Text Example
White with #D5CCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCCD; }
p { color: rgb(213,204,205); }
H1.HeaderClassName
{
color: #D5CCCD;
}
.AnyTagClassName
{
color: #D5CCCD;
}
</style>
background-color css
<style>
a { background-color: #D5CCCD; }
a { background-color: rgb(213,204,205); }
div.DivClassName
{
background-color: #D5CCCD;
}
.BgClassName
{
background-color: #D5CCCD;
}
</style>
border-color css
<style>
span { border-color: #D5CCCD; }
span { border-color: rgb(213,204,205); }
td.TdClassName
{
border-color: #D5CCCD;
}
.TagClassName
{
border-color: #D5CCCD;
}
</style>