Shades of Prim #D9CDD1
Tints of Prim #D9CDD1
RGB
CMYK
RGB Variations
Color information
#D9CDD1 (or 0xD9CDD1) is known color: Prim. HEX triplet: D9, CD and D1. RGB value is (217,205,209). Sum of RGB (Red+Green+Blue) = 217+205+209=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDD1 is #26322E. Grayscale: #D1D1D1. Windows color (decimal): -2503215 or 13749721. OLE color: 13749721.
HSL color Cylindrical-coordinate representation of color #D9CDD1: hue angle of 340º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CDD1 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 205 | 209 | - |
CMYK | 0 | 0.06 | 0.04 | 0.15 |
HSL | 340º | 0.14% | 0.83% | - |
HSV(B) | 340º | 0.06% | 0.85% | - |
XYZ | 61.96 | 63.02 | 69.22 | - |
YUV | 209.04 | 127.98 | 133.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 205 | 209 | 0 | 0.06 | 0.04 | 0.15 | 340 | 0.14 | 0.83 |
Hex | D9 | CD | D1 | 0 | 6 | 4 | F | 154 | E | 53 |
Octal | 331 | 315 | 321 | 0 | 6 | 4 | 17 | 524 | 16 | 123 |
Binary | 11011001 | 11001101 | 11010001 | 0 | 110 | 100 | 1111 | 101010100 | 1110 | 1010011 |
Color Harmonies of #D9CDD1
Complementary color
Monochromatic Colors of #D9CDD1
Black with #D9CDD1
Text Example
Text Example
White with #D9CDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CDD1; }
p { color: rgb(217,205,209); }
H1.HeaderClassName
{
color: #D9CDD1;
}
.AnyTagClassName
{
color: #D9CDD1;
}
</style>
background-color css
<style>
a { background-color: #D9CDD1; }
a { background-color: rgb(217,205,209); }
div.DivClassName
{
background-color: #D9CDD1;
}
.BgClassName
{
background-color: #D9CDD1;
}
</style>
border-color css
<style>
span { border-color: #D9CDD1; }
span { border-color: rgb(217,205,209); }
td.TdClassName
{
border-color: #D9CDD1;
}
.TagClassName
{
border-color: #D9CDD1;
}
</style>