Shades of Harp #CCD4B9
Tints of Harp #CCD4B9
RGB
CMYK
RGB Variations
Color information
#CCD4B9 (or 0xCCD4B9) is known color: Harp. HEX triplet: CC, D4 and B9. RGB value is (204,212,185). Sum of RGB (Red+Green+Blue) = 204+212+185=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4B9 is #332B46. Grayscale: #CECECE. Windows color (decimal): -3353415 or 12178636. OLE color: 12178636.
HSL color Cylindrical-coordinate representation of color #CCD4B9: hue angle of 77.78º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCD4B9 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
RGB | 204 | 212 | 185 | - |
CMYK | 0.04 | 0 | 0.13 | 0.17 |
HSL | 77.78º | 0.24% | 0.78% | - |
HSV(B) | 77.78º | 0.13% | 0.83% | - |
XYZ | 57.2 | 63.43 | 55.13 | - |
YUV | 206.53 | 115.85 | 126.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 212 | 185 | 0.04 | 0 | 0.13 | 0.17 | 77.78 | 0.24 | 0.78 |
Hex | CC | D4 | B9 | 4 | 0 | D | 11 | 4E | 18 | 4E |
Octal | 314 | 324 | 271 | 4 | 0 | 15 | 21 | 116 | 30 | 116 |
Binary | 11001100 | 11010100 | 10111001 | 100 | 0 | 1101 | 10001 | 1001110 | 11000 | 1001110 |
Color Harmonies of #CCD4B9
Complementary color
Monochromatic Colors of #CCD4B9
Black with #CCD4B9
Text Example
Text Example
White with #CCD4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4B9; }
p { color: rgb(204,212,185); }
H1.HeaderClassName
{
color: #CCD4B9;
}
.AnyTagClassName
{
color: #CCD4B9;
}
</style>
background-color css
<style>
a { background-color: #CCD4B9; }
a { background-color: rgb(204,212,185); }
div.DivClassName
{
background-color: #CCD4B9;
}
.BgClassName
{
background-color: #CCD4B9;
}
</style>
border-color css
<style>
span { border-color: #CCD4B9; }
span { border-color: rgb(204,212,185); }
td.TdClassName
{
border-color: #CCD4B9;
}
.TagClassName
{
border-color: #CCD4B9;
}
</style>