Shades of Prim #D5CFD1
Tints of Prim #D5CFD1
RGB
CMYK
RGB Variations
Color information
#D5CFD1 (or 0xD5CFD1) is known color: Prim. HEX triplet: D5, CF and D1. RGB value is (213,207,209). Sum of RGB (Red+Green+Blue) = 213+207+209=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFD1 is #2A302E. Grayscale: #D1D1D1. Windows color (decimal): -2764847 or 13750229. OLE color: 13750229.
HSL color Cylindrical-coordinate representation of color #D5CFD1: hue angle of 340º degrees, saturation: 0.07, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D5CFD1 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 209 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.16 |
| HSL | 340º | 0.07% | 0.82% | - |
| HSV(B) | 340º | 0.03% | 0.84% | - |
| XYZ | 61.26 | 63.38 | 69.33 | - |
| YUV | 209.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 209 | 0 | 0.03 | 0.02 | 0.16 | 340 | 0.07 | 0.82 |
| Hex | D5 | CF | D1 | 0 | 3 | 2 | 10 | 154 | 7 | 52 |
| Octal | 325 | 317 | 321 | 0 | 3 | 2 | 20 | 524 | 7 | 122 |
| Binary | 11010101 | 11001111 | 11010001 | 0 | 11 | 10 | 10000 | 101010100 | 111 | 1010010 |
Color Harmonies of #D5CFD1
Complementary color
Monochromatic Colors of #D5CFD1
Black with #D5CFD1
Text Example
Text Example
White with #D5CFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFD1; }
p { color: rgb(213,207,209); }
H1.HeaderClassName
{
color: #D5CFD1;
}
.AnyTagClassName
{
color: #D5CFD1;
}
</style>
background-color css
<style>
a { background-color: #D5CFD1; }
a { background-color: rgb(213,207,209); }
div.DivClassName
{
background-color: #D5CFD1;
}
.BgClassName
{
background-color: #D5CFD1;
}
</style>
border-color css
<style>
span { border-color: #D5CFD1; }
span { border-color: rgb(213,207,209); }
td.TdClassName
{
border-color: #D5CFD1;
}
.TagClassName
{
border-color: #D5CFD1;
}
</style>