Shades of Prim #D6CECF
Tints of Prim #D6CECF
RGB
CMYK
RGB Variations
Color information
#D6CECF (or 0xD6CECF) is known color: Prim. HEX triplet: D6, CE and CF. RGB value is (214,206,207). Sum of RGB (Red+Green+Blue) = 214+206+207=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CECF is #293130. Grayscale: #D0D0D0. Windows color (decimal): -2699569 or 13618902. OLE color: 13618902.
HSL color Cylindrical-coordinate representation of color #D6CECF: hue angle of 352.5º degrees, saturation: 0.09, 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 #D6CECF is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 207 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.16 |
| HSL | 352.5º | 0.09% | 0.82% | - |
| HSV(B) | 352.5º | 0.04% | 0.84% | - |
| XYZ | 61.07 | 62.94 | 67.96 | - |
| YUV | 208.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 207 | 0 | 0.04 | 0.03 | 0.16 | 352.5 | 0.09 | 0.82 |
| Hex | D6 | CE | CF | 0 | 4 | 3 | 10 | 160 | 9 | 52 |
| Octal | 326 | 316 | 317 | 0 | 4 | 3 | 20 | 540 | 11 | 122 |
| Binary | 11010110 | 11001110 | 11001111 | 0 | 100 | 11 | 10000 | 101100000 | 1001 | 1010010 |
Color Harmonies of #D6CECF
Complementary color
Monochromatic Colors of #D6CECF
Black with #D6CECF
Text Example
Text Example
White with #D6CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CECF; }
p { color: rgb(214,206,207); }
H1.HeaderClassName
{
color: #D6CECF;
}
.AnyTagClassName
{
color: #D6CECF;
}
</style>
background-color css
<style>
a { background-color: #D6CECF; }
a { background-color: rgb(214,206,207); }
div.DivClassName
{
background-color: #D6CECF;
}
.BgClassName
{
background-color: #D6CECF;
}
</style>
border-color css
<style>
span { border-color: #D6CECF; }
span { border-color: rgb(214,206,207); }
td.TdClassName
{
border-color: #D6CECF;
}
.TagClassName
{
border-color: #D6CECF;
}
</style>