Shades of Prim #D5CFD0
Tints of Prim #D5CFD0
RGB
CMYK
RGB Variations
Color information
#D5CFD0 (or 0xD5CFD0) is known color: Prim. HEX triplet: D5, CF and D0. RGB value is (213,207,208). Sum of RGB (Red+Green+Blue) = 213+207+208=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFD0 is #2A302F. Grayscale: #D0D0D0. Windows color (decimal): -2764848 or 13684693. OLE color: 13684693.
HSL color Cylindrical-coordinate representation of color #D5CFD0: hue angle of 350º 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 #D5CFD0 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 207 | 208 | - |
CMYK | 0 | 0.03 | 0.02 | 0.16 |
HSL | 350º | 0.07% | 0.82% | - |
HSV(B) | 350º | 0.03% | 0.84% | - |
XYZ | 61.14 | 63.33 | 68.68 | - |
YUV | 208.91 | 127.49 | 130.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 207 | 208 | 0 | 0.03 | 0.02 | 0.16 | 350 | 0.07 | 0.82 |
Hex | D5 | CF | D0 | 0 | 3 | 2 | 10 | 15E | 7 | 52 |
Octal | 325 | 317 | 320 | 0 | 3 | 2 | 20 | 536 | 7 | 122 |
Binary | 11010101 | 11001111 | 11010000 | 0 | 11 | 10 | 10000 | 101011110 | 111 | 1010010 |
Color Harmonies of #D5CFD0
Complementary color
Monochromatic Colors of #D5CFD0
Black with #D5CFD0
Text Example
Text Example
White with #D5CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFD0; }
p { color: rgb(213,207,208); }
H1.HeaderClassName
{
color: #D5CFD0;
}
.AnyTagClassName
{
color: #D5CFD0;
}
</style>
background-color css
<style>
a { background-color: #D5CFD0; }
a { background-color: rgb(213,207,208); }
div.DivClassName
{
background-color: #D5CFD0;
}
.BgClassName
{
background-color: #D5CFD0;
}
</style>
border-color css
<style>
span { border-color: #D5CFD0; }
span { border-color: rgb(213,207,208); }
td.TdClassName
{
border-color: #D5CFD0;
}
.TagClassName
{
border-color: #D5CFD0;
}
</style>