Shades of Harp #CCCEBC
Tints of Harp #CCCEBC
RGB
CMYK
RGB Variations
Color information
#CCCEBC (or 0xCCCEBC) is known color: Harp. HEX triplet: CC, CE and BC. RGB value is (204,206,188). Sum of RGB (Red+Green+Blue) = 204+206+188=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEBC is #333143. Grayscale: #CBCBCB. Windows color (decimal): -3354948 or 12373708. OLE color: 12373708.
HSL color Cylindrical-coordinate representation of color #CCCEBC: hue angle of 66.67º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCCEBC is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 188 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.19 |
| HSL | 66.67º | 0.16% | 0.77% | - |
| HSV(B) | 66.67º | 0.09% | 0.81% | - |
| XYZ | 56.05 | 60.61 | 56.32 | - |
| YUV | 203.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 188 | 0.01 | 0 | 0.09 | 0.19 | 66.67 | 0.16 | 0.77 |
| Hex | CC | CE | BC | 1 | 0 | 9 | 13 | 43 | 10 | 4D |
| Octal | 314 | 316 | 274 | 1 | 0 | 11 | 23 | 103 | 20 | 115 |
| Binary | 11001100 | 11001110 | 10111100 | 1 | 0 | 1001 | 10011 | 1000011 | 10000 | 1001101 |
Color Harmonies of #CCCEBC
Complementary color
Monochromatic Colors of #CCCEBC
Black with #CCCEBC
Text Example
Text Example
White with #CCCEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEBC; }
p { color: rgb(204,206,188); }
H1.HeaderClassName
{
color: #CCCEBC;
}
.AnyTagClassName
{
color: #CCCEBC;
}
</style>
background-color css
<style>
a { background-color: #CCCEBC; }
a { background-color: rgb(204,206,188); }
div.DivClassName
{
background-color: #CCCEBC;
}
.BgClassName
{
background-color: #CCCEBC;
}
</style>
border-color css
<style>
span { border-color: #CCCEBC; }
span { border-color: rgb(204,206,188); }
td.TdClassName
{
border-color: #CCCEBC;
}
.TagClassName
{
border-color: #CCCEBC;
}
</style>