Shades of Prim #D7CFD1
Tints of Prim #D7CFD1
RGB
CMYK
RGB Variations
Color information
#D7CFD1 (or 0xD7CFD1) is known color: Prim. HEX triplet: D7, CF and D1. RGB value is (215,207,209). Sum of RGB (Red+Green+Blue) = 215+207+209=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CFD1 is #28302E. Grayscale: #D1D1D1. Windows color (decimal): -2633775 or 13750231. OLE color: 13750231.
HSL color Cylindrical-coordinate representation of color #D7CFD1: hue angle of 345º degrees, saturation: 0.09, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7CFD1 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 207 | 209 | - |
CMYK | 0 | 0.04 | 0.03 | 0.16 |
HSL | 345º | 0.09% | 0.83% | - |
HSV(B) | 345º | 0.04% | 0.84% | - |
XYZ | 61.85 | 63.68 | 69.35 | - |
YUV | 209.62 | 127.65 | 131.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 207 | 209 | 0 | 0.04 | 0.03 | 0.16 | 345 | 0.09 | 0.83 |
Hex | D7 | CF | D1 | 0 | 4 | 3 | 10 | 159 | 9 | 53 |
Octal | 327 | 317 | 321 | 0 | 4 | 3 | 20 | 531 | 11 | 123 |
Binary | 11010111 | 11001111 | 11010001 | 0 | 100 | 11 | 10000 | 101011001 | 1001 | 1010011 |
Color Harmonies of #D7CFD1
Complementary color
Monochromatic Colors of #D7CFD1
Black with #D7CFD1
Text Example
Text Example
White with #D7CFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CFD1; }
p { color: rgb(215,207,209); }
H1.HeaderClassName
{
color: #D7CFD1;
}
.AnyTagClassName
{
color: #D7CFD1;
}
</style>
background-color css
<style>
a { background-color: #D7CFD1; }
a { background-color: rgb(215,207,209); }
div.DivClassName
{
background-color: #D7CFD1;
}
.BgClassName
{
background-color: #D7CFD1;
}
</style>
border-color css
<style>
span { border-color: #D7CFD1; }
span { border-color: rgb(215,207,209); }
td.TdClassName
{
border-color: #D7CFD1;
}
.TagClassName
{
border-color: #D7CFD1;
}
</style>