Shades of Prim #D5CDD0
Tints of Prim #D5CDD0
RGB
CMYK
RGB Variations
Color information
#D5CDD0 (or 0xD5CDD0) is known color: Prim. HEX triplet: D5, CD and D0. RGB value is (213,205,208). Sum of RGB (Red+Green+Blue) = 213+205+208=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDD0 is #2A322F. Grayscale: #CFCFCF. Windows color (decimal): -2765360 or 13684181. OLE color: 13684181.
HSL color Cylindrical-coordinate representation of color #D5CDD0: hue angle of 337.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 #D5CDD0 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 205 | 208 | - |
CMYK | 0 | 0.04 | 0.02 | 0.16 |
HSL | 337.5º | 0.09% | 0.82% | - |
HSV(B) | 337.5º | 0.04% | 0.84% | - |
XYZ | 60.66 | 62.36 | 68.51 | - |
YUV | 207.73 | 128.15 | 131.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 205 | 208 | 0 | 0.04 | 0.02 | 0.16 | 337.5 | 0.09 | 0.82 |
Hex | D5 | CD | D0 | 0 | 4 | 2 | 10 | 152 | 9 | 52 |
Octal | 325 | 315 | 320 | 0 | 4 | 2 | 20 | 522 | 11 | 122 |
Binary | 11010101 | 11001101 | 11010000 | 0 | 100 | 10 | 10000 | 101010010 | 1001 | 1010010 |
Color Harmonies of #D5CDD0
Complementary color
Monochromatic Colors of #D5CDD0
Black with #D5CDD0
Text Example
Text Example
White with #D5CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CDD0; }
p { color: rgb(213,205,208); }
H1.HeaderClassName
{
color: #D5CDD0;
}
.AnyTagClassName
{
color: #D5CDD0;
}
</style>
background-color css
<style>
a { background-color: #D5CDD0; }
a { background-color: rgb(213,205,208); }
div.DivClassName
{
background-color: #D5CDD0;
}
.BgClassName
{
background-color: #D5CDD0;
}
</style>
border-color css
<style>
span { border-color: #D5CDD0; }
span { border-color: rgb(213,205,208); }
td.TdClassName
{
border-color: #D5CDD0;
}
.TagClassName
{
border-color: #D5CDD0;
}
</style>