Shades of Harp #CCCEBE
Tints of Harp #CCCEBE
RGB
CMYK
RGB Variations
Color information
#CCCEBE (or 0xCCCEBE) is known color: Harp. HEX triplet: CC, CE and BE. RGB value is (204,206,190). Sum of RGB (Red+Green+Blue) = 204+206+190=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEBE is #333141. Grayscale: #CBCBCB. Windows color (decimal): -3354946 or 12504780. OLE color: 12504780.
HSL color Cylindrical-coordinate representation of color #CCCEBE: hue angle of 67.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCCEBE is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 190 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.19 |
| HSL | 67.5º | 0.14% | 0.78% | - |
| HSV(B) | 67.5º | 0.08% | 0.81% | - |
| XYZ | 56.27 | 60.7 | 57.47 | - |
| YUV | 203.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 190 | 0.01 | 0 | 0.08 | 0.19 | 67.5 | 0.14 | 0.78 |
| Hex | CC | CE | BE | 1 | 0 | 8 | 13 | 44 | E | 4E |
| Octal | 314 | 316 | 276 | 1 | 0 | 10 | 23 | 104 | 16 | 116 |
| Binary | 11001100 | 11001110 | 10111110 | 1 | 0 | 1000 | 10011 | 1000100 | 1110 | 1001110 |
Color Harmonies of #CCCEBE
Complementary color
Monochromatic Colors of #CCCEBE
Black with #CCCEBE
Text Example
Text Example
White with #CCCEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEBE; }
p { color: rgb(204,206,190); }
H1.HeaderClassName
{
color: #CCCEBE;
}
.AnyTagClassName
{
color: #CCCEBE;
}
</style>
background-color css
<style>
a { background-color: #CCCEBE; }
a { background-color: rgb(204,206,190); }
div.DivClassName
{
background-color: #CCCEBE;
}
.BgClassName
{
background-color: #CCCEBE;
}
</style>
border-color css
<style>
span { border-color: #CCCEBE; }
span { border-color: rgb(204,206,190); }
td.TdClassName
{
border-color: #CCCEBE;
}
.TagClassName
{
border-color: #CCCEBE;
}
</style>