Shades of Harp #CCD6B3
Tints of Harp #CCD6B3
RGB
CMYK
RGB Variations
Color information
#CCD6B3 (or 0xCCD6B3) is known color: Harp. HEX triplet: CC, D6 and B3. RGB value is (204,214,179). Sum of RGB (Red+Green+Blue) = 204+214+179=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6B3 is #33294C. Grayscale: #CFCFCF. Windows color (decimal): -3352909 or 11785932. OLE color: 11785932.
HSL color Cylindrical-coordinate representation of color #CCD6B3: hue angle of 77.14º degrees, saturation: 0.3, 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 #CCD6B3 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 179 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.16 |
| HSL | 77.14º | 0.3% | 0.77% | - |
| HSV(B) | 77.14º | 0.16% | 0.84% | - |
| XYZ | 57.09 | 64.19 | 52.03 | - |
| YUV | 207.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 179 | 0.05 | 0 | 0.16 | 0.16 | 77.14 | 0.3 | 0.77 |
| Hex | CC | D6 | B3 | 5 | 0 | 10 | 10 | 4D | 1E | 4D |
| Octal | 314 | 326 | 263 | 5 | 0 | 20 | 20 | 115 | 36 | 115 |
| Binary | 11001100 | 11010110 | 10110011 | 101 | 0 | 10000 | 10000 | 1001101 | 11110 | 1001101 |
Color Harmonies of #CCD6B3
Complementary color
Monochromatic Colors of #CCD6B3
Black with #CCD6B3
Text Example
Text Example
White with #CCD6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6B3; }
p { color: rgb(204,214,179); }
H1.HeaderClassName
{
color: #CCD6B3;
}
.AnyTagClassName
{
color: #CCD6B3;
}
</style>
background-color css
<style>
a { background-color: #CCD6B3; }
a { background-color: rgb(204,214,179); }
div.DivClassName
{
background-color: #CCD6B3;
}
.BgClassName
{
background-color: #CCD6B3;
}
</style>
border-color css
<style>
span { border-color: #CCD6B3; }
span { border-color: rgb(204,214,179); }
td.TdClassName
{
border-color: #CCD6B3;
}
.TagClassName
{
border-color: #CCD6B3;
}
</style>