Shades of Prim #D5CECF
Tints of Prim #D5CECF
RGB
CMYK
RGB Variations
Color information
#D5CECF (or 0xD5CECF) is known color: Prim. HEX triplet: D5, CE and CF. RGB value is (213,206,207). Sum of RGB (Red+Green+Blue) = 213+206+207=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CECF is #2A3130. Grayscale: #D0D0D0. Windows color (decimal): -2765105 or 13618901. OLE color: 13618901.
HSL color Cylindrical-coordinate representation of color #D5CECF: hue angle of 351.43º degrees, saturation: 0.08, 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 #D5CECF is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 207 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.16 |
| HSL | 351.43º | 0.08% | 0.82% | - |
| HSV(B) | 351.43º | 0.03% | 0.84% | - |
| XYZ | 60.77 | 62.79 | 67.95 | - |
| YUV | 208.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 207 | 0 | 0.03 | 0.03 | 0.16 | 351.43 | 0.08 | 0.82 |
| Hex | D5 | CE | CF | 0 | 3 | 3 | 10 | 15F | 8 | 52 |
| Octal | 325 | 316 | 317 | 0 | 3 | 3 | 20 | 537 | 10 | 122 |
| Binary | 11010101 | 11001110 | 11001111 | 0 | 11 | 11 | 10000 | 101011111 | 1000 | 1010010 |
Color Harmonies of #D5CECF
Complementary color
Monochromatic Colors of #D5CECF
Black with #D5CECF
Text Example
Text Example
White with #D5CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CECF; }
p { color: rgb(213,206,207); }
H1.HeaderClassName
{
color: #D5CECF;
}
.AnyTagClassName
{
color: #D5CECF;
}
</style>
background-color css
<style>
a { background-color: #D5CECF; }
a { background-color: rgb(213,206,207); }
div.DivClassName
{
background-color: #D5CECF;
}
.BgClassName
{
background-color: #D5CECF;
}
</style>
border-color css
<style>
span { border-color: #D5CECF; }
span { border-color: rgb(213,206,207); }
td.TdClassName
{
border-color: #D5CECF;
}
.TagClassName
{
border-color: #D5CECF;
}
</style>