Shades of Prim #D9CAD0
Tints of Prim #D9CAD0
RGB
CMYK
RGB Variations
Color information
#D9CAD0 (or 0xD9CAD0) is known color: Prim. HEX triplet: D9, CA and D0. RGB value is (217,202,208). Sum of RGB (Red+Green+Blue) = 217+202+208=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CAD0 is #26352F. Grayscale: #CFCFCF. Windows color (decimal): -2503984 or 13683417. OLE color: 13683417.
HSL color Cylindrical-coordinate representation of color #D9CAD0: hue angle of 336º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9CAD0 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 202 | 208 | - |
CMYK | 0 | 0.07 | 0.04 | 0.15 |
HSL | 336º | 0.16% | 0.82% | - |
HSV(B) | 336º | 0.07% | 0.85% | - |
XYZ | 61.12 | 61.55 | 68.33 | - |
YUV | 207.17 | 128.47 | 135.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 202 | 208 | 0 | 0.07 | 0.04 | 0.15 | 336 | 0.16 | 0.82 |
Hex | D9 | CA | D0 | 0 | 7 | 4 | F | 150 | 10 | 52 |
Octal | 331 | 312 | 320 | 0 | 7 | 4 | 17 | 520 | 20 | 122 |
Binary | 11011001 | 11001010 | 11010000 | 0 | 111 | 100 | 1111 | 101010000 | 10000 | 1010010 |
Color Harmonies of #D9CAD0
Complementary color
Monochromatic Colors of #D9CAD0
Black with #D9CAD0
Text Example
Text Example
White with #D9CAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CAD0; }
p { color: rgb(217,202,208); }
H1.HeaderClassName
{
color: #D9CAD0;
}
.AnyTagClassName
{
color: #D9CAD0;
}
</style>
background-color css
<style>
a { background-color: #D9CAD0; }
a { background-color: rgb(217,202,208); }
div.DivClassName
{
background-color: #D9CAD0;
}
.BgClassName
{
background-color: #D9CAD0;
}
</style>
border-color css
<style>
span { border-color: #D9CAD0; }
span { border-color: rgb(217,202,208); }
td.TdClassName
{
border-color: #D9CAD0;
}
.TagClassName
{
border-color: #D9CAD0;
}
</style>