Shades of Prim #D9CFD3
Tints of Prim #D9CFD3
RGB
CMYK
RGB Variations
Color information
#D9CFD3 (or 0xD9CFD3) is known color: Prim. HEX triplet: D9, CF and D3. RGB value is (217,207,211). Sum of RGB (Red+Green+Blue) = 217+207+211=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFD3 is #26302C. Grayscale: #D2D2D2. Windows color (decimal): -2502701 or 13881305. OLE color: 13881305.
HSL color Cylindrical-coordinate representation of color #D9CFD3: hue angle of 336º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9CFD3 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 211 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.15 |
| HSL | 336º | 0.12% | 0.83% | - |
| HSV(B) | 336º | 0.05% | 0.85% | - |
| XYZ | 62.69 | 64.08 | 70.69 | - |
| YUV | 210.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 211 | 0 | 0.05 | 0.03 | 0.15 | 336 | 0.12 | 0.83 |
| Hex | D9 | CF | D3 | 0 | 5 | 3 | F | 150 | C | 53 |
| Octal | 331 | 317 | 323 | 0 | 5 | 3 | 17 | 520 | 14 | 123 |
| Binary | 11011001 | 11001111 | 11010011 | 0 | 101 | 11 | 1111 | 101010000 | 1100 | 1010011 |
Color Harmonies of #D9CFD3
Complementary color
Monochromatic Colors of #D9CFD3
Black with #D9CFD3
Text Example
Text Example
White with #D9CFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFD3; }
p { color: rgb(217,207,211); }
H1.HeaderClassName
{
color: #D9CFD3;
}
.AnyTagClassName
{
color: #D9CFD3;
}
</style>
background-color css
<style>
a { background-color: #D9CFD3; }
a { background-color: rgb(217,207,211); }
div.DivClassName
{
background-color: #D9CFD3;
}
.BgClassName
{
background-color: #D9CFD3;
}
</style>
border-color css
<style>
span { border-color: #D9CFD3; }
span { border-color: rgb(217,207,211); }
td.TdClassName
{
border-color: #D9CFD3;
}
.TagClassName
{
border-color: #D9CFD3;
}
</style>