Shades of Prim #D6CDCE
Tints of Prim #D6CDCE
RGB
CMYK
RGB Variations
Color information
#D6CDCE (or 0xD6CDCE) is known color: Prim. HEX triplet: D6, CD and CE. RGB value is (214,205,206). Sum of RGB (Red+Green+Blue) = 214+205+206=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDCE is #293231. Grayscale: #CFCFCF. Windows color (decimal): -2699826 or 13553110. OLE color: 13553110.
HSL color Cylindrical-coordinate representation of color #D6CDCE: 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 #D6CDCE is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 205 | 206 | - |
| 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.7 | 62.42 | 67.24 | - |
| YUV | 207.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 205 | 206 | 0 | 0.04 | 0.04 | 0.16 | 353.33 | 0.1 | 0.82 |
| Hex | D6 | CD | CE | 0 | 4 | 4 | 10 | 161 | A | 52 |
| Octal | 326 | 315 | 316 | 0 | 4 | 4 | 20 | 541 | 12 | 122 |
| Binary | 11010110 | 11001101 | 11001110 | 0 | 100 | 100 | 10000 | 101100001 | 1010 | 1010010 |
Color Harmonies of #D6CDCE
Complementary color
Monochromatic Colors of #D6CDCE
Black with #D6CDCE
Text Example
Text Example
White with #D6CDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDCE; }
p { color: rgb(214,205,206); }
H1.HeaderClassName
{
color: #D6CDCE;
}
.AnyTagClassName
{
color: #D6CDCE;
}
</style>
background-color css
<style>
a { background-color: #D6CDCE; }
a { background-color: rgb(214,205,206); }
div.DivClassName
{
background-color: #D6CDCE;
}
.BgClassName
{
background-color: #D6CDCE;
}
</style>
border-color css
<style>
span { border-color: #D6CDCE; }
span { border-color: rgb(214,205,206); }
td.TdClassName
{
border-color: #D6CDCE;
}
.TagClassName
{
border-color: #D6CDCE;
}
</style>