Shades of Harp #CCD4BF
Tints of Harp #CCD4BF
RGB
CMYK
RGB Variations
Color information
#CCD4BF (or 0xCCD4BF) is known color: Harp. HEX triplet: CC, D4 and BF. RGB value is (204,212,191). Sum of RGB (Red+Green+Blue) = 204+212+191=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4BF is #332B40. Grayscale: #CFCFCF. Windows color (decimal): -3353409 or 12571852. OLE color: 12571852.
HSL color Cylindrical-coordinate representation of color #CCD4BF: hue angle of 82.86º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCD4BF is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 191 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.17 |
| HSL | 82.86º | 0.2% | 0.79% | - |
| HSV(B) | 82.86º | 0.1% | 0.83% | - |
| XYZ | 57.85 | 63.69 | 58.53 | - |
| YUV | 207.21 | 118.85 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 191 | 0.04 | 0 | 0.10 | 0.17 | 82.86 | 0.2 | 0.79 |
| Hex | CC | D4 | BF | 4 | 0 | A | 11 | 53 | 14 | 4F |
| Octal | 314 | 324 | 277 | 4 | 0 | 12 | 21 | 123 | 24 | 117 |
| Binary | 11001100 | 11010100 | 10111111 | 100 | 0 | 1010 | 10001 | 1010011 | 10100 | 1001111 |
Color Harmonies of #CCD4BF
Complementary color
Monochromatic Colors of #CCD4BF
Black with #CCD4BF
Text Example
Text Example
White with #CCD4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4BF; }
p { color: rgb(204,212,191); }
H1.HeaderClassName
{
color: #CCD4BF;
}
.AnyTagClassName
{
color: #CCD4BF;
}
</style>
background-color css
<style>
a { background-color: #CCD4BF; }
a { background-color: rgb(204,212,191); }
div.DivClassName
{
background-color: #CCD4BF;
}
.BgClassName
{
background-color: #CCD4BF;
}
</style>
border-color css
<style>
span { border-color: #CCD4BF; }
span { border-color: rgb(204,212,191); }
td.TdClassName
{
border-color: #CCD4BF;
}
.TagClassName
{
border-color: #CCD4BF;
}
</style>