Shades of Harp #CCCEBD
Tints of Harp #CCCEBD
RGB
CMYK
RGB Variations
Color information
#CCCEBD (or 0xCCCEBD) is known color: Harp. HEX triplet: CC, CE and BD. RGB value is (204,206,189). Sum of RGB (Red+Green+Blue) = 204+206+189=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEBD is #333142. Grayscale: #CBCBCB. Windows color (decimal): -3354947 or 12439244. OLE color: 12439244.
HSL color Cylindrical-coordinate representation of color #CCCEBD: hue angle of 67.06º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCCEBD is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 189 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.19 |
| HSL | 67.06º | 0.15% | 0.77% | - |
| HSV(B) | 67.06º | 0.08% | 0.81% | - |
| XYZ | 56.16 | 60.65 | 56.89 | - |
| YUV | 203.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 189 | 0.01 | 0 | 0.08 | 0.19 | 67.06 | 0.15 | 0.77 |
| Hex | CC | CE | BD | 1 | 0 | 8 | 13 | 43 | F | 4D |
| Octal | 314 | 316 | 275 | 1 | 0 | 10 | 23 | 103 | 17 | 115 |
| Binary | 11001100 | 11001110 | 10111101 | 1 | 0 | 1000 | 10011 | 1000011 | 1111 | 1001101 |
Color Harmonies of #CCCEBD
Complementary color
Monochromatic Colors of #CCCEBD
Black with #CCCEBD
Text Example
Text Example
White with #CCCEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEBD; }
p { color: rgb(204,206,189); }
H1.HeaderClassName
{
color: #CCCEBD;
}
.AnyTagClassName
{
color: #CCCEBD;
}
</style>
background-color css
<style>
a { background-color: #CCCEBD; }
a { background-color: rgb(204,206,189); }
div.DivClassName
{
background-color: #CCCEBD;
}
.BgClassName
{
background-color: #CCCEBD;
}
</style>
border-color css
<style>
span { border-color: #CCCEBD; }
span { border-color: rgb(204,206,189); }
td.TdClassName
{
border-color: #CCCEBD;
}
.TagClassName
{
border-color: #CCCEBD;
}
</style>