Shades of Harp #CED6BB
Tints of Harp #CED6BB
RGB
CMYK
RGB Variations
Color information
#CED6BB (or 0xCED6BB) is known color: Harp. HEX triplet: CE, D6 and BB. RGB value is (206,214,187). Sum of RGB (Red+Green+Blue) = 206+214+187=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6BB is #312944. Grayscale: #D0D0D0. Windows color (decimal): -3221829 or 12310222. OLE color: 12310222.
HSL color Cylindrical-coordinate representation of color #CED6BB: hue angle of 77.78º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CED6BB is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 187 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.16 |
| HSL | 77.78º | 0.25% | 0.79% | - |
| HSV(B) | 77.78º | 0.13% | 0.84% | - |
| XYZ | 58.47 | 64.8 | 56.44 | - |
| YUV | 208.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 187 | 0.04 | 0 | 0.13 | 0.16 | 77.78 | 0.25 | 0.79 |
| Hex | CE | D6 | BB | 4 | 0 | D | 10 | 4E | 19 | 4F |
| Octal | 316 | 326 | 273 | 4 | 0 | 15 | 20 | 116 | 31 | 117 |
| Binary | 11001110 | 11010110 | 10111011 | 100 | 0 | 1101 | 10000 | 1001110 | 11001 | 1001111 |
Color Harmonies of #CED6BB
Complementary color
Monochromatic Colors of #CED6BB
Black with #CED6BB
Text Example
Text Example
White with #CED6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6BB; }
p { color: rgb(206,214,187); }
H1.HeaderClassName
{
color: #CED6BB;
}
.AnyTagClassName
{
color: #CED6BB;
}
</style>
background-color css
<style>
a { background-color: #CED6BB; }
a { background-color: rgb(206,214,187); }
div.DivClassName
{
background-color: #CED6BB;
}
.BgClassName
{
background-color: #CED6BB;
}
</style>
border-color css
<style>
span { border-color: #CED6BB; }
span { border-color: rgb(206,214,187); }
td.TdClassName
{
border-color: #CED6BB;
}
.TagClassName
{
border-color: #CED6BB;
}
</style>