Shades of Harp #CED8B8
Tints of Harp #CED8B8
RGB
CMYK
RGB Variations
Color information
#CED8B8 (or 0xCED8B8) is known color: Harp. HEX triplet: CE, D8 and B8. RGB value is (206,216,184). Sum of RGB (Red+Green+Blue) = 206+216+184=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 184 (72.27% from 255 or 30.36% from 606); Max value from RGB is 216 - color contains mainly: green. Hex color #CED8B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8B8 is #312747. Grayscale: #D1D1D1. Windows color (decimal): -3221320 or 12114126. OLE color: 12114126.
HSL color Cylindrical-coordinate representation of color #CED8B8: hue angle of 78.75º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CED8B8 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 184 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.15 |
| HSL | 78.75º | 0.29% | 0.78% | - |
| HSV(B) | 78.75º | 0.15% | 0.85% | - |
| XYZ | 58.66 | 65.69 | 54.94 | - |
| YUV | 209.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 184 | 0.05 | 0 | 0.15 | 0.15 | 78.75 | 0.29 | 0.78 |
| Hex | CE | D8 | B8 | 5 | 0 | F | F | 4F | 1D | 4E |
| Octal | 316 | 330 | 270 | 5 | 0 | 17 | 17 | 117 | 35 | 116 |
| Binary | 11001110 | 11011000 | 10111000 | 101 | 0 | 1111 | 1111 | 1001111 | 11101 | 1001110 |
Color Harmonies of #CED8B8
Complementary color
Monochromatic Colors of #CED8B8
Black with #CED8B8
Text Example
Text Example
White with #CED8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED8B8; }
p { color: rgb(206,216,184); }
H1.HeaderClassName
{
color: #CED8B8;
}
.AnyTagClassName
{
color: #CED8B8;
}
</style>
background-color css
<style>
a { background-color: #CED8B8; }
a { background-color: rgb(206,216,184); }
div.DivClassName
{
background-color: #CED8B8;
}
.BgClassName
{
background-color: #CED8B8;
}
</style>
border-color css
<style>
span { border-color: #CED8B8; }
span { border-color: rgb(206,216,184); }
td.TdClassName
{
border-color: #CED8B8;
}
.TagClassName
{
border-color: #CED8B8;
}
</style>