Shades of Harp #CEDBB7
Tints of Harp #CEDBB7
RGB
CMYK
RGB Variations
Color information
#CEDBB7 (or 0xCEDBB7) is known color: Harp. HEX triplet: CE, DB and B7. RGB value is (206,219,183). Sum of RGB (Red+Green+Blue) = 206+219+183=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 183 (71.88% from 255 or 30.10% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBB7 is #312448. Grayscale: #D3D3D3. Windows color (decimal): -3220553 or 12049358. OLE color: 12049358.
HSL color Cylindrical-coordinate representation of color #CEDBB7: hue angle of 81.67º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEDBB7 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 183 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.14 |
| HSL | 81.67º | 0.33% | 0.79% | - |
| HSV(B) | 81.67º | 0.16% | 0.86% | - |
| XYZ | 59.33 | 67.2 | 54.64 | - |
| YUV | 211.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 183 | 0.06 | 0 | 0.16 | 0.14 | 81.67 | 0.33 | 0.79 |
| Hex | CE | DB | B7 | 6 | 0 | 10 | E | 52 | 21 | 4F |
| Octal | 316 | 333 | 267 | 6 | 0 | 20 | 16 | 122 | 41 | 117 |
| Binary | 11001110 | 11011011 | 10110111 | 110 | 0 | 10000 | 1110 | 1010010 | 100001 | 1001111 |
Color Harmonies of #CEDBB7
Complementary color
Monochromatic Colors of #CEDBB7
Black with #CEDBB7
Text Example
Text Example
White with #CEDBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBB7; }
p { color: rgb(206,219,183); }
H1.HeaderClassName
{
color: #CEDBB7;
}
.AnyTagClassName
{
color: #CEDBB7;
}
</style>
background-color css
<style>
a { background-color: #CEDBB7; }
a { background-color: rgb(206,219,183); }
div.DivClassName
{
background-color: #CEDBB7;
}
.BgClassName
{
background-color: #CEDBB7;
}
</style>
border-color css
<style>
span { border-color: #CEDBB7; }
span { border-color: rgb(206,219,183); }
td.TdClassName
{
border-color: #CEDBB7;
}
.TagClassName
{
border-color: #CEDBB7;
}
</style>