Shades of Harp #CEDCB1
Tints of Harp #CEDCB1
RGB
CMYK
RGB Variations
Color information
#CEDCB1 (or 0xCEDCB1) is known color: Harp. HEX triplet: CE, DC and B1. RGB value is (206,220,177). Sum of RGB (Red+Green+Blue) = 206+220+177=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDCB1 is #31234E. Grayscale: #D3D3D3. Windows color (decimal): -3220303 or 11656398. OLE color: 11656398.
HSL color Cylindrical-coordinate representation of color #CEDCB1: hue angle of 79.53º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEDCB1 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 177 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.14 |
| HSL | 79.53º | 0.38% | 0.78% | - |
| HSV(B) | 79.53º | 0.2% | 0.86% | - |
| XYZ | 58.98 | 67.48 | 51.51 | - |
| YUV | 210.91 | 108.86 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 177 | 0.06 | 0 | 0.20 | 0.14 | 79.53 | 0.38 | 0.78 |
| Hex | CE | DC | B1 | 6 | 0 | 14 | E | 50 | 26 | 4E |
| Octal | 316 | 334 | 261 | 6 | 0 | 24 | 16 | 120 | 46 | 116 |
| Binary | 11001110 | 11011100 | 10110001 | 110 | 0 | 10100 | 1110 | 1010000 | 100110 | 1001110 |
Color Harmonies of #CEDCB1
Complementary color
Monochromatic Colors of #CEDCB1
Black with #CEDCB1
Text Example
Text Example
White with #CEDCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCB1; }
p { color: rgb(206,220,177); }
H1.HeaderClassName
{
color: #CEDCB1;
}
.AnyTagClassName
{
color: #CEDCB1;
}
</style>
background-color css
<style>
a { background-color: #CEDCB1; }
a { background-color: rgb(206,220,177); }
div.DivClassName
{
background-color: #CEDCB1;
}
.BgClassName
{
background-color: #CEDCB1;
}
</style>
border-color css
<style>
span { border-color: #CEDCB1; }
span { border-color: rgb(206,220,177); }
td.TdClassName
{
border-color: #CEDCB1;
}
.TagClassName
{
border-color: #CEDCB1;
}
</style>