Shades of Harp #CCD5B3
Tints of Harp #CCD5B3
RGB
CMYK
RGB Variations
Color information
#CCD5B3 (or 0xCCD5B3) is known color: Harp. HEX triplet: CC, D5 and B3. RGB value is (204,213,179). Sum of RGB (Red+Green+Blue) = 204+213+179=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 179 (70.31% from 255 or 30.03% from 596); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5B3 is #332A4C. Grayscale: #CECECE. Windows color (decimal): -3353165 or 11785676. OLE color: 11785676.
HSL color Cylindrical-coordinate representation of color #CCD5B3: hue angle of 75.88º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCD5B3 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 179 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.16 |
| HSL | 75.88º | 0.29% | 0.77% | - |
| HSV(B) | 75.88º | 0.16% | 0.84% | - |
| XYZ | 56.83 | 63.68 | 51.94 | - |
| YUV | 206.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 179 | 0.04 | 0 | 0.16 | 0.16 | 75.88 | 0.29 | 0.77 |
| Hex | CC | D5 | B3 | 4 | 0 | 10 | 10 | 4C | 1D | 4D |
| Octal | 314 | 325 | 263 | 4 | 0 | 20 | 20 | 114 | 35 | 115 |
| Binary | 11001100 | 11010101 | 10110011 | 100 | 0 | 10000 | 10000 | 1001100 | 11101 | 1001101 |
Color Harmonies of #CCD5B3
Complementary color
Monochromatic Colors of #CCD5B3
Black with #CCD5B3
Text Example
Text Example
White with #CCD5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5B3; }
p { color: rgb(204,213,179); }
H1.HeaderClassName
{
color: #CCD5B3;
}
.AnyTagClassName
{
color: #CCD5B3;
}
</style>
background-color css
<style>
a { background-color: #CCD5B3; }
a { background-color: rgb(204,213,179); }
div.DivClassName
{
background-color: #CCD5B3;
}
.BgClassName
{
background-color: #CCD5B3;
}
</style>
border-color css
<style>
span { border-color: #CCD5B3; }
span { border-color: rgb(204,213,179); }
td.TdClassName
{
border-color: #CCD5B3;
}
.TagClassName
{
border-color: #CCD5B3;
}
</style>