Shades of Prim #D7CCD1
Tints of Prim #D7CCD1
RGB
CMYK
RGB Variations
Color information
#D7CCD1 (or 0xD7CCD1) is known color: Prim. HEX triplet: D7, CC and D1. RGB value is (215,204,209). Sum of RGB (Red+Green+Blue) = 215+204+209=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCD1 is #28332E. Grayscale: #CFCFCF. Windows color (decimal): -2634543 or 13749463. OLE color: 13749463.
HSL color Cylindrical-coordinate representation of color #D7CCD1: hue angle of 332.73º degrees, saturation: 0.12, 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 #D7CCD1 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 204 | 209 | - |
CMYK | 0 | 0.05 | 0.03 | 0.16 |
HSL | 332.73º | 0.12% | 0.82% | - |
HSV(B) | 332.73º | 0.05% | 0.84% | - |
XYZ | 61.13 | 62.24 | 69.11 | - |
YUV | 207.86 | 128.64 | 133.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 204 | 209 | 0 | 0.05 | 0.03 | 0.16 | 332.73 | 0.12 | 0.82 |
Hex | D7 | CC | D1 | 0 | 5 | 3 | 10 | 14D | C | 52 |
Octal | 327 | 314 | 321 | 0 | 5 | 3 | 20 | 515 | 14 | 122 |
Binary | 11010111 | 11001100 | 11010001 | 0 | 101 | 11 | 10000 | 101001101 | 1100 | 1010010 |
Color Harmonies of #D7CCD1
Complementary color
Monochromatic Colors of #D7CCD1
Black with #D7CCD1
Text Example
Text Example
White with #D7CCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CCD1; }
p { color: rgb(215,204,209); }
H1.HeaderClassName
{
color: #D7CCD1;
}
.AnyTagClassName
{
color: #D7CCD1;
}
</style>
background-color css
<style>
a { background-color: #D7CCD1; }
a { background-color: rgb(215,204,209); }
div.DivClassName
{
background-color: #D7CCD1;
}
.BgClassName
{
background-color: #D7CCD1;
}
</style>
border-color css
<style>
span { border-color: #D7CCD1; }
span { border-color: rgb(215,204,209); }
td.TdClassName
{
border-color: #D7CCD1;
}
.TagClassName
{
border-color: #D7CCD1;
}
</style>