Shades of Harp #CEDCB5
Tints of Harp #CEDCB5
RGB
CMYK
RGB Variations
Color information
#CEDCB5 (or 0xCEDCB5) is known color: Harp. HEX triplet: CE, DC and B5. RGB value is (206,220,181). Sum of RGB (Red+Green+Blue) = 206+220+181=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCB5 is #31234A. Grayscale: #D3D3D3. Windows color (decimal): -3220299 or 11918542. OLE color: 11918542.
HSL color Cylindrical-coordinate representation of color #CEDCB5: hue angle of 81.54º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEDCB5 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 181 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.14 |
| HSL | 81.54º | 0.36% | 0.79% | - |
| HSV(B) | 81.54º | 0.18% | 0.86% | - |
| XYZ | 59.39 | 67.64 | 53.64 | - |
| YUV | 211.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 181 | 0.06 | 0 | 0.18 | 0.14 | 81.54 | 0.36 | 0.79 |
| Hex | CE | DC | B5 | 6 | 0 | 12 | E | 52 | 24 | 4F |
| Octal | 316 | 334 | 265 | 6 | 0 | 22 | 16 | 122 | 44 | 117 |
| Binary | 11001110 | 11011100 | 10110101 | 110 | 0 | 10010 | 1110 | 1010010 | 100100 | 1001111 |
Color Harmonies of #CEDCB5
Complementary color
Monochromatic Colors of #CEDCB5
Black with #CEDCB5
Text Example
Text Example
White with #CEDCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCB5; }
p { color: rgb(206,220,181); }
H1.HeaderClassName
{
color: #CEDCB5;
}
.AnyTagClassName
{
color: #CEDCB5;
}
</style>
background-color css
<style>
a { background-color: #CEDCB5; }
a { background-color: rgb(206,220,181); }
div.DivClassName
{
background-color: #CEDCB5;
}
.BgClassName
{
background-color: #CEDCB5;
}
</style>
border-color css
<style>
span { border-color: #CEDCB5; }
span { border-color: rgb(206,220,181); }
td.TdClassName
{
border-color: #CEDCB5;
}
.TagClassName
{
border-color: #CEDCB5;
}
</style>