Shades of Harp #CCD4BB
Tints of Harp #CCD4BB
RGB
CMYK
RGB Variations
Color information
#CCD4BB (or 0xCCD4BB) is known color: Harp. HEX triplet: CC, D4 and BB. RGB value is (204,212,187). Sum of RGB (Red+Green+Blue) = 204+212+187=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4BB is #332B44. Grayscale: #CECECE. Windows color (decimal): -3353413 or 12309708. OLE color: 12309708.
HSL color Cylindrical-coordinate representation of color #CCD4BB: hue angle of 79.2º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCD4BB is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 187 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.17 |
| HSL | 79.2º | 0.23% | 0.78% | - |
| HSV(B) | 79.2º | 0.12% | 0.83% | - |
| XYZ | 57.41 | 63.51 | 56.25 | - |
| YUV | 206.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 187 | 0.04 | 0 | 0.12 | 0.17 | 79.2 | 0.23 | 0.78 |
| Hex | CC | D4 | BB | 4 | 0 | C | 11 | 4F | 17 | 4E |
| Octal | 314 | 324 | 273 | 4 | 0 | 14 | 21 | 117 | 27 | 116 |
| Binary | 11001100 | 11010100 | 10111011 | 100 | 0 | 1100 | 10001 | 1001111 | 10111 | 1001110 |
Color Harmonies of #CCD4BB
Complementary color
Monochromatic Colors of #CCD4BB
Black with #CCD4BB
Text Example
Text Example
White with #CCD4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4BB; }
p { color: rgb(204,212,187); }
H1.HeaderClassName
{
color: #CCD4BB;
}
.AnyTagClassName
{
color: #CCD4BB;
}
</style>
background-color css
<style>
a { background-color: #CCD4BB; }
a { background-color: rgb(204,212,187); }
div.DivClassName
{
background-color: #CCD4BB;
}
.BgClassName
{
background-color: #CCD4BB;
}
</style>
border-color css
<style>
span { border-color: #CCD4BB; }
span { border-color: rgb(204,212,187); }
td.TdClassName
{
border-color: #CCD4BB;
}
.TagClassName
{
border-color: #CCD4BB;
}
</style>