Shades of Prim #D6CBCD
Tints of Prim #D6CBCD
RGB
CMYK
RGB Variations
Color information
#D6CBCD (or 0xD6CBCD) is known color: Prim. HEX triplet: D6, CB and CD. RGB value is (214,203,205). Sum of RGB (Red+Green+Blue) = 214+203+205=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBCD is #293432. Grayscale: #CECECE. Windows color (decimal): -2700339 or 13487062. OLE color: 13487062.
HSL color Cylindrical-coordinate representation of color #D6CBCD: hue angle of 349.09º 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 #D6CBCD is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 203 | 205 | - |
CMYK | 0 | 0.05 | 0.04 | 0.16 |
HSL | 349.09º | 0.12% | 0.82% | - |
HSV(B) | 349.09º | 0.05% | 0.84% | - |
XYZ | 60.11 | 61.42 | 66.44 | - |
YUV | 206.52 | 127.14 | 133.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 203 | 205 | 0 | 0.05 | 0.04 | 0.16 | 349.09 | 0.12 | 0.82 |
Hex | D6 | CB | CD | 0 | 5 | 4 | 10 | 15D | C | 52 |
Octal | 326 | 313 | 315 | 0 | 5 | 4 | 20 | 535 | 14 | 122 |
Binary | 11010110 | 11001011 | 11001101 | 0 | 101 | 100 | 10000 | 101011101 | 1100 | 1010010 |
Color Harmonies of #D6CBCD
Complementary color
Monochromatic Colors of #D6CBCD
Black with #D6CBCD
Text Example
Text Example
White with #D6CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CBCD; }
p { color: rgb(214,203,205); }
H1.HeaderClassName
{
color: #D6CBCD;
}
.AnyTagClassName
{
color: #D6CBCD;
}
</style>
background-color css
<style>
a { background-color: #D6CBCD; }
a { background-color: rgb(214,203,205); }
div.DivClassName
{
background-color: #D6CBCD;
}
.BgClassName
{
background-color: #D6CBCD;
}
</style>
border-color css
<style>
span { border-color: #D6CBCD; }
span { border-color: rgb(214,203,205); }
td.TdClassName
{
border-color: #D6CBCD;
}
.TagClassName
{
border-color: #D6CBCD;
}
</style>