Shades of Harp #CCD5BE
Tints of Harp #CCD5BE
RGB
CMYK
RGB Variations
Color information
#CCD5BE (or 0xCCD5BE) is known color: Harp. HEX triplet: CC, D5 and BE. RGB value is (204,213,190). Sum of RGB (Red+Green+Blue) = 204+213+190=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5BE is #332A41. Grayscale: #CFCFCF. Windows color (decimal): -3353154 or 12506572. OLE color: 12506572.
HSL color Cylindrical-coordinate representation of color #CCD5BE: hue angle of 83.48º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCD5BE is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 190 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.16 |
| HSL | 83.48º | 0.21% | 0.79% | - |
| HSV(B) | 83.48º | 0.11% | 0.84% | - |
| XYZ | 57.99 | 64.14 | 58.04 | - |
| YUV | 207.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 190 | 0.04 | 0 | 0.11 | 0.16 | 83.48 | 0.21 | 0.79 |
| Hex | CC | D5 | BE | 4 | 0 | B | 10 | 53 | 15 | 4F |
| Octal | 314 | 325 | 276 | 4 | 0 | 13 | 20 | 123 | 25 | 117 |
| Binary | 11001100 | 11010101 | 10111110 | 100 | 0 | 1011 | 10000 | 1010011 | 10101 | 1001111 |
Color Harmonies of #CCD5BE
Complementary color
Monochromatic Colors of #CCD5BE
Black with #CCD5BE
Text Example
Text Example
White with #CCD5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5BE; }
p { color: rgb(204,213,190); }
H1.HeaderClassName
{
color: #CCD5BE;
}
.AnyTagClassName
{
color: #CCD5BE;
}
</style>
background-color css
<style>
a { background-color: #CCD5BE; }
a { background-color: rgb(204,213,190); }
div.DivClassName
{
background-color: #CCD5BE;
}
.BgClassName
{
background-color: #CCD5BE;
}
</style>
border-color css
<style>
span { border-color: #CCD5BE; }
span { border-color: rgb(204,213,190); }
td.TdClassName
{
border-color: #CCD5BE;
}
.TagClassName
{
border-color: #CCD5BE;
}
</style>