Shades of Prim #D6CDD1
Tints of Prim #D6CDD1
RGB
CMYK
RGB Variations
Color information
#D6CDD1 (or 0xD6CDD1) is known color: Prim. HEX triplet: D6, CD and D1. RGB value is (214,205,209). Sum of RGB (Red+Green+Blue) = 214+205+209=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDD1 is #29322E. Grayscale: #D0D0D0. Windows color (decimal): -2699823 or 13749718. OLE color: 13749718.
HSL color Cylindrical-coordinate representation of color #D6CDD1: hue angle of 333.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 #D6CDD1 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 205 | 209 | - |
CMYK | 0 | 0.04 | 0.02 | 0.16 |
HSL | 333.33º | 0.1% | 0.82% | - |
HSV(B) | 333.33º | 0.04% | 0.84% | - |
XYZ | 61.07 | 62.56 | 69.18 | - |
YUV | 208.15 | 128.48 | 132.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 205 | 209 | 0 | 0.04 | 0.02 | 0.16 | 333.33 | 0.1 | 0.82 |
Hex | D6 | CD | D1 | 0 | 4 | 2 | 10 | 14D | A | 52 |
Octal | 326 | 315 | 321 | 0 | 4 | 2 | 20 | 515 | 12 | 122 |
Binary | 11010110 | 11001101 | 11010001 | 0 | 100 | 10 | 10000 | 101001101 | 1010 | 1010010 |
Color Harmonies of #D6CDD1
Complementary color
Monochromatic Colors of #D6CDD1
Black with #D6CDD1
Text Example
Text Example
White with #D6CDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDD1; }
p { color: rgb(214,205,209); }
H1.HeaderClassName
{
color: #D6CDD1;
}
.AnyTagClassName
{
color: #D6CDD1;
}
</style>
background-color css
<style>
a { background-color: #D6CDD1; }
a { background-color: rgb(214,205,209); }
div.DivClassName
{
background-color: #D6CDD1;
}
.BgClassName
{
background-color: #D6CDD1;
}
</style>
border-color css
<style>
span { border-color: #D6CDD1; }
span { border-color: rgb(214,205,209); }
td.TdClassName
{
border-color: #D6CDD1;
}
.TagClassName
{
border-color: #D6CDD1;
}
</style>