Shades of Harp #CCDAB6
Tints of Harp #CCDAB6
RGB
CMYK
RGB Variations
Color information
#CCDAB6 (or 0xCCDAB6) is known color: Harp. HEX triplet: CC, DA and B6. RGB value is (204,218,182). Sum of RGB (Red+Green+Blue) = 204+218+182=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDAB6 is #332549. Grayscale: #D1D1D1. Windows color (decimal): -3351882 or 11983564. OLE color: 11983564.
HSL color Cylindrical-coordinate representation of color #CCDAB6: hue angle of 83.33º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCDAB6 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 218 | 182 | - |
CMYK | 0.06 | 0 | 0.17 | 0.15 |
HSL | 83.33º | 0.33% | 0.78% | - |
HSV(B) | 83.33º | 0.17% | 0.85% | - |
XYZ | 58.42 | 66.36 | 53.99 | - |
YUV | 209.71 | 112.36 | 123.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 218 | 182 | 0.06 | 0 | 0.17 | 0.15 | 83.33 | 0.33 | 0.78 |
Hex | CC | DA | B6 | 6 | 0 | 11 | F | 53 | 21 | 4E |
Octal | 314 | 332 | 266 | 6 | 0 | 21 | 17 | 123 | 41 | 116 |
Binary | 11001100 | 11011010 | 10110110 | 110 | 0 | 10001 | 1111 | 1010011 | 100001 | 1001110 |
Color Harmonies of #CCDAB6
Complementary color
Monochromatic Colors of #CCDAB6
Black with #CCDAB6
Text Example
Text Example
White with #CCDAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDAB6; }
p { color: rgb(204,218,182); }
H1.HeaderClassName
{
color: #CCDAB6;
}
.AnyTagClassName
{
color: #CCDAB6;
}
</style>
background-color css
<style>
a { background-color: #CCDAB6; }
a { background-color: rgb(204,218,182); }
div.DivClassName
{
background-color: #CCDAB6;
}
.BgClassName
{
background-color: #CCDAB6;
}
</style>
border-color css
<style>
span { border-color: #CCDAB6; }
span { border-color: rgb(204,218,182); }
td.TdClassName
{
border-color: #CCDAB6;
}
.TagClassName
{
border-color: #CCDAB6;
}
</style>