Shades of Prim #D1CECF
Tints of Prim #D1CECF
RGB
CMYK
RGB Variations
Color information
#D1CECF (or 0xD1CECF) is known color: Prim. HEX triplet: D1, CE and CF. RGB value is (209,206,207). Sum of RGB (Red+Green+Blue) = 209+206+207=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CECF is #2E3130. Grayscale: #CFCFCF. Windows color (decimal): -3027249 or 13618897. OLE color: 13618897.
HSL color Cylindrical-coordinate representation of color #D1CECF: hue angle of 340º degrees, saturation: 0.03, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D1CECF is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 206 | 207 | - |
CMYK | 0 | 0.01 | 0.01 | 0.18 |
HSL | 340º | 0.03% | 0.81% | - |
HSV(B) | 340º | 0.01% | 0.82% | - |
XYZ | 59.63 | 62.2 | 67.9 | - |
YUV | 207.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 206 | 207 | 0 | 0.01 | 0.01 | 0.18 | 340 | 0.03 | 0.81 |
Hex | D1 | CE | CF | 0 | 1 | 1 | 12 | 154 | 3 | 51 |
Octal | 321 | 316 | 317 | 0 | 1 | 1 | 22 | 524 | 3 | 121 |
Binary | 11010001 | 11001110 | 11001111 | 0 | 1 | 1 | 10010 | 101010100 | 11 | 1010001 |
Color Harmonies of #D1CECF
Complementary color
Monochromatic Colors of #D1CECF
Black with #D1CECF
Text Example
Text Example
White with #D1CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CECF; }
p { color: rgb(209,206,207); }
H1.HeaderClassName
{
color: #D1CECF;
}
.AnyTagClassName
{
color: #D1CECF;
}
</style>
background-color css
<style>
a { background-color: #D1CECF; }
a { background-color: rgb(209,206,207); }
div.DivClassName
{
background-color: #D1CECF;
}
.BgClassName
{
background-color: #D1CECF;
}
</style>
border-color css
<style>
span { border-color: #D1CECF; }
span { border-color: rgb(209,206,207); }
td.TdClassName
{
border-color: #D1CECF;
}
.TagClassName
{
border-color: #D1CECF;
}
</style>