Shades of Prim #D4CFD0
Tints of Prim #D4CFD0
RGB
CMYK
RGB Variations
Color information
#D4CFD0 (or 0xD4CFD0) is known color: Prim. HEX triplet: D4, CF and D0. RGB value is (212,207,208). Sum of RGB (Red+Green+Blue) = 212+207+208=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFD0 is #2B302F. Grayscale: #D0D0D0. Windows color (decimal): -2830384 or 13684692. OLE color: 13684692.
HSL color Cylindrical-coordinate representation of color #D4CFD0: hue angle of 348º degrees, saturation: 0.05, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D4CFD0 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 207 | 208 | - |
CMYK | 0 | 0.02 | 0.02 | 0.17 |
HSL | 348º | 0.05% | 0.82% | - |
HSV(B) | 348º | 0.02% | 0.83% | - |
XYZ | 60.85 | 63.18 | 68.66 | - |
YUV | 208.61 | 127.66 | 130.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 207 | 208 | 0 | 0.02 | 0.02 | 0.17 | 348 | 0.05 | 0.82 |
Hex | D4 | CF | D0 | 0 | 2 | 2 | 11 | 15C | 5 | 52 |
Octal | 324 | 317 | 320 | 0 | 2 | 2 | 21 | 534 | 5 | 122 |
Binary | 11010100 | 11001111 | 11010000 | 0 | 10 | 10 | 10001 | 101011100 | 101 | 1010010 |
Color Harmonies of #D4CFD0
Complementary color
Monochromatic Colors of #D4CFD0
Black with #D4CFD0
Text Example
Text Example
White with #D4CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CFD0; }
p { color: rgb(212,207,208); }
H1.HeaderClassName
{
color: #D4CFD0;
}
.AnyTagClassName
{
color: #D4CFD0;
}
</style>
background-color css
<style>
a { background-color: #D4CFD0; }
a { background-color: rgb(212,207,208); }
div.DivClassName
{
background-color: #D4CFD0;
}
.BgClassName
{
background-color: #D4CFD0;
}
</style>
border-color css
<style>
span { border-color: #D4CFD0; }
span { border-color: rgb(212,207,208); }
td.TdClassName
{
border-color: #D4CFD0;
}
.TagClassName
{
border-color: #D4CFD0;
}
</style>