Shades of Prim #D4CECF
Tints of Prim #D4CECF
RGB
CMYK
RGB Variations
Color information
#D4CECF (or 0xD4CECF) is known color: Prim. HEX triplet: D4, CE and CF. RGB value is (212,206,207). Sum of RGB (Red+Green+Blue) = 212+206+207=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CECF is #2B3130. Grayscale: #CFCFCF. Windows color (decimal): -2830641 or 13618900. OLE color: 13618900.
HSL color Cylindrical-coordinate representation of color #D4CECF: hue angle of 350º degrees, saturation: 0.07, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D4CECF is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 206 | 207 | - |
CMYK | 0 | 0.03 | 0.02 | 0.17 |
HSL | 350º | 0.07% | 0.82% | - |
HSV(B) | 350º | 0.03% | 0.83% | - |
XYZ | 60.49 | 62.64 | 67.94 | - |
YUV | 207.91 | 127.49 | 130.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 206 | 207 | 0 | 0.03 | 0.02 | 0.17 | 350 | 0.07 | 0.82 |
Hex | D4 | CE | CF | 0 | 3 | 2 | 11 | 15E | 7 | 52 |
Octal | 324 | 316 | 317 | 0 | 3 | 2 | 21 | 536 | 7 | 122 |
Binary | 11010100 | 11001110 | 11001111 | 0 | 11 | 10 | 10001 | 101011110 | 111 | 1010010 |
Color Harmonies of #D4CECF
Complementary color
Monochromatic Colors of #D4CECF
Black with #D4CECF
Text Example
Text Example
White with #D4CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CECF; }
p { color: rgb(212,206,207); }
H1.HeaderClassName
{
color: #D4CECF;
}
.AnyTagClassName
{
color: #D4CECF;
}
</style>
background-color css
<style>
a { background-color: #D4CECF; }
a { background-color: rgb(212,206,207); }
div.DivClassName
{
background-color: #D4CECF;
}
.BgClassName
{
background-color: #D4CECF;
}
</style>
border-color css
<style>
span { border-color: #D4CECF; }
span { border-color: rgb(212,206,207); }
td.TdClassName
{
border-color: #D4CECF;
}
.TagClassName
{
border-color: #D4CECF;
}
</style>