Shades of Harp #CCD4BE
Tints of Harp #CCD4BE
RGB
CMYK
RGB Variations
Color information
#CCD4BE (or 0xCCD4BE) is known color: Harp. HEX triplet: CC, D4 and BE. RGB value is (204,212,190). Sum of RGB (Red+Green+Blue) = 204+212+190=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4BE is #332B41. Grayscale: #CFCFCF. Windows color (decimal): -3353410 or 12506316. OLE color: 12506316.
HSL color Cylindrical-coordinate representation of color #CCD4BE: hue angle of 81.82º 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 #CCD4BE is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
RGB | 204 | 212 | 190 | - |
CMYK | 0.04 | 0 | 0.10 | 0.17 |
HSL | 81.82º | 0.2% | 0.79% | - |
HSV(B) | 81.82º | 0.1% | 0.83% | - |
XYZ | 57.74 | 63.64 | 57.96 | - |
YUV | 207.1 | 118.35 | 125.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 212 | 190 | 0.04 | 0 | 0.10 | 0.17 | 81.82 | 0.2 | 0.79 |
Hex | CC | D4 | BE | 4 | 0 | A | 11 | 52 | 14 | 4F |
Octal | 314 | 324 | 276 | 4 | 0 | 12 | 21 | 122 | 24 | 117 |
Binary | 11001100 | 11010100 | 10111110 | 100 | 0 | 1010 | 10001 | 1010010 | 10100 | 1001111 |
Color Harmonies of #CCD4BE
Complementary color
Monochromatic Colors of #CCD4BE
Black with #CCD4BE
Text Example
Text Example
White with #CCD4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4BE; }
p { color: rgb(204,212,190); }
H1.HeaderClassName
{
color: #CCD4BE;
}
.AnyTagClassName
{
color: #CCD4BE;
}
</style>
background-color css
<style>
a { background-color: #CCD4BE; }
a { background-color: rgb(204,212,190); }
div.DivClassName
{
background-color: #CCD4BE;
}
.BgClassName
{
background-color: #CCD4BE;
}
</style>
border-color css
<style>
span { border-color: #CCD4BE; }
span { border-color: rgb(204,212,190); }
td.TdClassName
{
border-color: #CCD4BE;
}
.TagClassName
{
border-color: #CCD4BE;
}
</style>