Shades of Harp #CCD1BE
Tints of Harp #CCD1BE
RGB
CMYK
RGB Variations
Color information
#CCD1BE (or 0xCCD1BE) is known color: Harp. HEX triplet: CC, D1 and BE. RGB value is (204,209,190). Sum of RGB (Red+Green+Blue) = 204+209+190=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1BE is #332E41. Grayscale: #CDCDCD. Windows color (decimal): -3354178 or 12505548. OLE color: 12505548.
HSL color Cylindrical-coordinate representation of color #CCD1BE: hue angle of 75.79º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCD1BE is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 209 | 190 | - |
CMYK | 0.02 | 0 | 0.09 | 0.18 |
HSL | 75.79º | 0.17% | 0.78% | - |
HSV(B) | 75.79º | 0.09% | 0.82% | - |
XYZ | 57 | 62.16 | 57.71 | - |
YUV | 205.34 | 119.34 | 127.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 209 | 190 | 0.02 | 0 | 0.09 | 0.18 | 75.79 | 0.17 | 0.78 |
Hex | CC | D1 | BE | 2 | 0 | 9 | 12 | 4C | 11 | 4E |
Octal | 314 | 321 | 276 | 2 | 0 | 11 | 22 | 114 | 21 | 116 |
Binary | 11001100 | 11010001 | 10111110 | 10 | 0 | 1001 | 10010 | 1001100 | 10001 | 1001110 |
Color Harmonies of #CCD1BE
Complementary color
Monochromatic Colors of #CCD1BE
Black with #CCD1BE
Text Example
Text Example
White with #CCD1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD1BE; }
p { color: rgb(204,209,190); }
H1.HeaderClassName
{
color: #CCD1BE;
}
.AnyTagClassName
{
color: #CCD1BE;
}
</style>
background-color css
<style>
a { background-color: #CCD1BE; }
a { background-color: rgb(204,209,190); }
div.DivClassName
{
background-color: #CCD1BE;
}
.BgClassName
{
background-color: #CCD1BE;
}
</style>
border-color css
<style>
span { border-color: #CCD1BE; }
span { border-color: rgb(204,209,190); }
td.TdClassName
{
border-color: #CCD1BE;
}
.TagClassName
{
border-color: #CCD1BE;
}
</style>