Shades of Harp #CED5B3
Tints of Harp #CED5B3
RGB
CMYK
RGB Variations
Color information
#CED5B3 (or 0xCED5B3) is known color: Harp. HEX triplet: CE, D5 and B3. RGB value is (206,213,179). Sum of RGB (Red+Green+Blue) = 206+213+179=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 179 (70.31% from 255 or 29.93% from 598); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5B3 is #312A4C. Grayscale: #CFCFCF. Windows color (decimal): -3222093 or 11785678. OLE color: 11785678.
HSL color Cylindrical-coordinate representation of color #CED5B3: hue angle of 72.35º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CED5B3 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 179 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.16 |
| HSL | 72.35º | 0.29% | 0.77% | - |
| HSV(B) | 72.35º | 0.16% | 0.84% | - |
| XYZ | 57.38 | 63.96 | 51.97 | - |
| YUV | 207.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 179 | 0.03 | 0 | 0.16 | 0.16 | 72.35 | 0.29 | 0.77 |
| Hex | CE | D5 | B3 | 3 | 0 | 10 | 10 | 48 | 1D | 4D |
| Octal | 316 | 325 | 263 | 3 | 0 | 20 | 20 | 110 | 35 | 115 |
| Binary | 11001110 | 11010101 | 10110011 | 11 | 0 | 10000 | 10000 | 1001000 | 11101 | 1001101 |
Color Harmonies of #CED5B3
Complementary color
Monochromatic Colors of #CED5B3
Black with #CED5B3
Text Example
Text Example
White with #CED5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5B3; }
p { color: rgb(206,213,179); }
H1.HeaderClassName
{
color: #CED5B3;
}
.AnyTagClassName
{
color: #CED5B3;
}
</style>
background-color css
<style>
a { background-color: #CED5B3; }
a { background-color: rgb(206,213,179); }
div.DivClassName
{
background-color: #CED5B3;
}
.BgClassName
{
background-color: #CED5B3;
}
</style>
border-color css
<style>
span { border-color: #CED5B3; }
span { border-color: rgb(206,213,179); }
td.TdClassName
{
border-color: #CED5B3;
}
.TagClassName
{
border-color: #CED5B3;
}
</style>