Shades of Prim #D9CDD0
Tints of Prim #D9CDD0
RGB
CMYK
RGB Variations
Color information
#D9CDD0 (or 0xD9CDD0) is known color: Prim. HEX triplet: D9, CD and D0. RGB value is (217,205,208). Sum of RGB (Red+Green+Blue) = 217+205+208=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDD0 is #26322F. Grayscale: #D0D0D0. Windows color (decimal): -2503216 or 13684185. OLE color: 13684185.
HSL color Cylindrical-coordinate representation of color #D9CDD0: hue angle of 345º 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 #D9CDD0 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 205 | 208 | - |
CMYK | 0 | 0.06 | 0.04 | 0.15 |
HSL | 345º | 0.14% | 0.83% | - |
HSV(B) | 345º | 0.06% | 0.85% | - |
XYZ | 61.83 | 62.97 | 68.57 | - |
YUV | 208.93 | 127.48 | 133.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 205 | 208 | 0 | 0.06 | 0.04 | 0.15 | 345 | 0.14 | 0.83 |
Hex | D9 | CD | D0 | 0 | 6 | 4 | F | 159 | E | 53 |
Octal | 331 | 315 | 320 | 0 | 6 | 4 | 17 | 531 | 16 | 123 |
Binary | 11011001 | 11001101 | 11010000 | 0 | 110 | 100 | 1111 | 101011001 | 1110 | 1010011 |
Color Harmonies of #D9CDD0
Complementary color
Monochromatic Colors of #D9CDD0
Black with #D9CDD0
Text Example
Text Example
White with #D9CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CDD0; }
p { color: rgb(217,205,208); }
H1.HeaderClassName
{
color: #D9CDD0;
}
.AnyTagClassName
{
color: #D9CDD0;
}
</style>
background-color css
<style>
a { background-color: #D9CDD0; }
a { background-color: rgb(217,205,208); }
div.DivClassName
{
background-color: #D9CDD0;
}
.BgClassName
{
background-color: #D9CDD0;
}
</style>
border-color css
<style>
span { border-color: #D9CDD0; }
span { border-color: rgb(217,205,208); }
td.TdClassName
{
border-color: #D9CDD0;
}
.TagClassName
{
border-color: #D9CDD0;
}
</style>