Shades of Harp #CED5B5
Tints of Harp #CED5B5
RGB
CMYK
RGB Variations
Color information
#CED5B5 (or 0xCED5B5) is known color: Harp. HEX triplet: CE, D5 and B5. RGB value is (206,213,181). Sum of RGB (Red+Green+Blue) = 206+213+181=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 181 (71.09% from 255 or 30.17% from 600); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5B5 is #312A4A. Grayscale: #CFCFCF. Windows color (decimal): -3222091 or 11916750. OLE color: 11916750.
HSL color Cylindrical-coordinate representation of color #CED5B5: hue angle of 73.12º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CED5B5 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 181 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.16 |
| HSL | 73.13º | 0.28% | 0.77% | - |
| HSV(B) | 73.13º | 0.15% | 0.84% | - |
| XYZ | 57.59 | 64.05 | 53.04 | - |
| YUV | 207.26 | 113.18 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 181 | 0.03 | 0 | 0.15 | 0.16 | 73.13 | 0.28 | 0.77 |
| Hex | CE | D5 | B5 | 3 | 0 | F | 10 | 49 | 1C | 4D |
| Octal | 316 | 325 | 265 | 3 | 0 | 17 | 20 | 111 | 34 | 115 |
| Binary | 11001110 | 11010101 | 10110101 | 11 | 0 | 1111 | 10000 | 1001001 | 11100 | 1001101 |
Color Harmonies of #CED5B5
Complementary color
Monochromatic Colors of #CED5B5
Black with #CED5B5
Text Example
Text Example
White with #CED5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5B5; }
p { color: rgb(206,213,181); }
H1.HeaderClassName
{
color: #CED5B5;
}
.AnyTagClassName
{
color: #CED5B5;
}
</style>
background-color css
<style>
a { background-color: #CED5B5; }
a { background-color: rgb(206,213,181); }
div.DivClassName
{
background-color: #CED5B5;
}
.BgClassName
{
background-color: #CED5B5;
}
</style>
border-color css
<style>
span { border-color: #CED5B5; }
span { border-color: rgb(206,213,181); }
td.TdClassName
{
border-color: #CED5B5;
}
.TagClassName
{
border-color: #CED5B5;
}
</style>