Shades of Harp #CCDAB7
Tints of Harp #CCDAB7
RGB
CMYK
RGB Variations
Color information
#CCDAB7 (or 0xCCDAB7) is known color: Harp. HEX triplet: CC, DA and B7. RGB value is (204,218,183). Sum of RGB (Red+Green+Blue) = 204+218+183=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 183 (71.88% from 255 or 30.25% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDAB7 is #332548. Grayscale: #D1D1D1. Windows color (decimal): -3351881 or 12049100. OLE color: 12049100.
HSL color Cylindrical-coordinate representation of color #CCDAB7: hue angle of 84º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCDAB7 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 218 | 183 | - |
CMYK | 0.06 | 0 | 0.16 | 0.15 |
HSL | 84º | 0.32% | 0.79% | - |
HSV(B) | 84º | 0.16% | 0.85% | - |
XYZ | 58.52 | 66.4 | 54.53 | - |
YUV | 209.82 | 112.86 | 123.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 218 | 183 | 0.06 | 0 | 0.16 | 0.15 | 84 | 0.32 | 0.79 |
Hex | CC | DA | B7 | 6 | 0 | 10 | F | 54 | 20 | 4F |
Octal | 314 | 332 | 267 | 6 | 0 | 20 | 17 | 124 | 40 | 117 |
Binary | 11001100 | 11011010 | 10110111 | 110 | 0 | 10000 | 1111 | 1010100 | 100000 | 1001111 |
Color Harmonies of #CCDAB7
Complementary color
Monochromatic Colors of #CCDAB7
Black with #CCDAB7
Text Example
Text Example
White with #CCDAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDAB7; }
p { color: rgb(204,218,183); }
H1.HeaderClassName
{
color: #CCDAB7;
}
.AnyTagClassName
{
color: #CCDAB7;
}
</style>
background-color css
<style>
a { background-color: #CCDAB7; }
a { background-color: rgb(204,218,183); }
div.DivClassName
{
background-color: #CCDAB7;
}
.BgClassName
{
background-color: #CCDAB7;
}
</style>
border-color css
<style>
span { border-color: #CCDAB7; }
span { border-color: rgb(204,218,183); }
td.TdClassName
{
border-color: #CCDAB7;
}
.TagClassName
{
border-color: #CCDAB7;
}
</style>