Shades of Prim #D3CECF
Tints of Prim #D3CECF
RGB
CMYK
RGB Variations
Color information
#D3CECF (or 0xD3CECF) is known color: Prim. HEX triplet: D3, CE and CF. RGB value is (211,206,207). Sum of RGB (Red+Green+Blue) = 211+206+207=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CECF is #2C3130. Grayscale: #CFCFCF. Windows color (decimal): -2896177 or 13618899. OLE color: 13618899.
HSL color Cylindrical-coordinate representation of color #D3CECF: 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 #D3CECF is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 206 | 207 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.17 |
| HSL | 348º | 0.05% | 0.82% | - |
| HSV(B) | 348º | 0.02% | 0.83% | - |
| XYZ | 60.2 | 62.5 | 67.92 | - |
| YUV | 207.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 206 | 207 | 0 | 0.02 | 0.02 | 0.17 | 348 | 0.05 | 0.82 |
| Hex | D3 | CE | CF | 0 | 2 | 2 | 11 | 15C | 5 | 52 |
| Octal | 323 | 316 | 317 | 0 | 2 | 2 | 21 | 534 | 5 | 122 |
| Binary | 11010011 | 11001110 | 11001111 | 0 | 10 | 10 | 10001 | 101011100 | 101 | 1010010 |
Color Harmonies of #D3CECF
Complementary color
Monochromatic Colors of #D3CECF
Black with #D3CECF
Text Example
Text Example
White with #D3CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CECF; }
p { color: rgb(211,206,207); }
H1.HeaderClassName
{
color: #D3CECF;
}
.AnyTagClassName
{
color: #D3CECF;
}
</style>
background-color css
<style>
a { background-color: #D3CECF; }
a { background-color: rgb(211,206,207); }
div.DivClassName
{
background-color: #D3CECF;
}
.BgClassName
{
background-color: #D3CECF;
}
</style>
border-color css
<style>
span { border-color: #D3CECF; }
span { border-color: rgb(211,206,207); }
td.TdClassName
{
border-color: #D3CECF;
}
.TagClassName
{
border-color: #D3CECF;
}
</style>