Shades of Harp #CEDBB6
Tints of Harp #CEDBB6
RGB
CMYK
RGB Variations
Color information
#CEDBB6 (or 0xCEDBB6) is known color: Harp. HEX triplet: CE, DB and B6. RGB value is (206,219,182). Sum of RGB (Red+Green+Blue) = 206+219+182=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBB6 is #312449. Grayscale: #D3D3D3. Windows color (decimal): -3220554 or 11983822. OLE color: 11983822.
HSL color Cylindrical-coordinate representation of color #CEDBB6: hue angle of 81.08º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEDBB6 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 182 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.14 |
| HSL | 81.08º | 0.34% | 0.79% | - |
| HSV(B) | 81.08º | 0.17% | 0.86% | - |
| XYZ | 59.23 | 67.16 | 54.1 | - |
| YUV | 210.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 182 | 0.06 | 0 | 0.17 | 0.14 | 81.08 | 0.34 | 0.79 |
| Hex | CE | DB | B6 | 6 | 0 | 11 | E | 51 | 22 | 4F |
| Octal | 316 | 333 | 266 | 6 | 0 | 21 | 16 | 121 | 42 | 117 |
| Binary | 11001110 | 11011011 | 10110110 | 110 | 0 | 10001 | 1110 | 1010001 | 100010 | 1001111 |
Color Harmonies of #CEDBB6
Complementary color
Monochromatic Colors of #CEDBB6
Black with #CEDBB6
Text Example
Text Example
White with #CEDBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBB6; }
p { color: rgb(206,219,182); }
H1.HeaderClassName
{
color: #CEDBB6;
}
.AnyTagClassName
{
color: #CEDBB6;
}
</style>
background-color css
<style>
a { background-color: #CEDBB6; }
a { background-color: rgb(206,219,182); }
div.DivClassName
{
background-color: #CEDBB6;
}
.BgClassName
{
background-color: #CEDBB6;
}
</style>
border-color css
<style>
span { border-color: #CEDBB6; }
span { border-color: rgb(206,219,182); }
td.TdClassName
{
border-color: #CEDBB6;
}
.TagClassName
{
border-color: #CEDBB6;
}
</style>