Shades of Harp #CED2B9
Tints of Harp #CED2B9
RGB
CMYK
RGB Variations
Color information
#CED2B9 (or 0xCED2B9) is known color: Harp. HEX triplet: CE, D2 and B9. RGB value is (206,210,185). Sum of RGB (Red+Green+Blue) = 206+210+185=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 210 - color contains mainly: green. Hex color #CED2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2B9 is #312D46. Grayscale: #CECECE. Windows color (decimal): -3222855 or 12178126. OLE color: 12178126.
HSL color Cylindrical-coordinate representation of color #CED2B9: hue angle of 69.6º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CED2B9 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 210 | 185 | - |
CMYK | 0.02 | 0 | 0.12 | 0.18 |
HSL | 69.6º | 0.22% | 0.77% | - |
HSV(B) | 69.6º | 0.12% | 0.82% | - |
XYZ | 57.26 | 62.72 | 54.99 | - |
YUV | 205.95 | 116.17 | 128.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 210 | 185 | 0.02 | 0 | 0.12 | 0.18 | 69.6 | 0.22 | 0.77 |
Hex | CE | D2 | B9 | 2 | 0 | C | 12 | 46 | 16 | 4D |
Octal | 316 | 322 | 271 | 2 | 0 | 14 | 22 | 106 | 26 | 115 |
Binary | 11001110 | 11010010 | 10111001 | 10 | 0 | 1100 | 10010 | 1000110 | 10110 | 1001101 |
Color Harmonies of #CED2B9
Complementary color
Monochromatic Colors of #CED2B9
Black with #CED2B9
Text Example
Text Example
White with #CED2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2B9; }
p { color: rgb(206,210,185); }
H1.HeaderClassName
{
color: #CED2B9;
}
.AnyTagClassName
{
color: #CED2B9;
}
</style>
background-color css
<style>
a { background-color: #CED2B9; }
a { background-color: rgb(206,210,185); }
div.DivClassName
{
background-color: #CED2B9;
}
.BgClassName
{
background-color: #CED2B9;
}
</style>
border-color css
<style>
span { border-color: #CED2B9; }
span { border-color: rgb(206,210,185); }
td.TdClassName
{
border-color: #CED2B9;
}
.TagClassName
{
border-color: #CED2B9;
}
</style>