Shades of Harp #CCD1B4
Tints of Harp #CCD1B4
RGB
CMYK
RGB Variations
Color information
#CCD1B4 (or 0xCCD1B4) is known color: Harp. HEX triplet: CC, D1 and B4. RGB value is (204,209,180). Sum of RGB (Red+Green+Blue) = 204+209+180=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1B4 is #332E4B. Grayscale: #CCCCCC. Windows color (decimal): -3354188 or 11850188. OLE color: 11850188.
HSL color Cylindrical-coordinate representation of color #CCD1B4: hue angle of 70.34º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD1B4 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 180 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.18 |
| HSL | 70.34º | 0.24% | 0.76% | - |
| HSV(B) | 70.34º | 0.14% | 0.82% | - |
| XYZ | 55.94 | 61.73 | 52.15 | - |
| YUV | 204.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 180 | 0.02 | 0 | 0.14 | 0.18 | 70.34 | 0.24 | 0.76 |
| Hex | CC | D1 | B4 | 2 | 0 | E | 12 | 46 | 18 | 4C |
| Octal | 314 | 321 | 264 | 2 | 0 | 16 | 22 | 106 | 30 | 114 |
| Binary | 11001100 | 11010001 | 10110100 | 10 | 0 | 1110 | 10010 | 1000110 | 11000 | 1001100 |
Color Harmonies of #CCD1B4
Complementary color
Monochromatic Colors of #CCD1B4
Black with #CCD1B4
Text Example
Text Example
White with #CCD1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD1B4; }
p { color: rgb(204,209,180); }
H1.HeaderClassName
{
color: #CCD1B4;
}
.AnyTagClassName
{
color: #CCD1B4;
}
</style>
background-color css
<style>
a { background-color: #CCD1B4; }
a { background-color: rgb(204,209,180); }
div.DivClassName
{
background-color: #CCD1B4;
}
.BgClassName
{
background-color: #CCD1B4;
}
</style>
border-color css
<style>
span { border-color: #CCD1B4; }
span { border-color: rgb(204,209,180); }
td.TdClassName
{
border-color: #CCD1B4;
}
.TagClassName
{
border-color: #CCD1B4;
}
</style>