Shades of Harp #CCD3BE
Tints of Harp #CCD3BE
RGB
CMYK
RGB Variations
Color information
#CCD3BE (or 0xCCD3BE) is known color: Harp. HEX triplet: CC, D3 and BE. RGB value is (204,211,190). Sum of RGB (Red+Green+Blue) = 204+211+190=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3BE is #332C41. Grayscale: #CECECE. Windows color (decimal): -3353666 or 12506060. OLE color: 12506060.
HSL color Cylindrical-coordinate representation of color #CCD3BE: hue angle of 80º degrees, saturation: 0.19, 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 #CCD3BE is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 190 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.17 |
| HSL | 80º | 0.19% | 0.79% | - |
| HSV(B) | 80º | 0.1% | 0.83% | - |
| XYZ | 57.49 | 63.14 | 57.87 | - |
| YUV | 206.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 190 | 0.03 | 0 | 0.10 | 0.17 | 80 | 0.19 | 0.79 |
| Hex | CC | D3 | BE | 3 | 0 | A | 11 | 50 | 13 | 4F |
| Octal | 314 | 323 | 276 | 3 | 0 | 12 | 21 | 120 | 23 | 117 |
| Binary | 11001100 | 11010011 | 10111110 | 11 | 0 | 1010 | 10001 | 1010000 | 10011 | 1001111 |
Color Harmonies of #CCD3BE
Complementary color
Monochromatic Colors of #CCD3BE
Black with #CCD3BE
Text Example
Text Example
White with #CCD3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3BE; }
p { color: rgb(204,211,190); }
H1.HeaderClassName
{
color: #CCD3BE;
}
.AnyTagClassName
{
color: #CCD3BE;
}
</style>
background-color css
<style>
a { background-color: #CCD3BE; }
a { background-color: rgb(204,211,190); }
div.DivClassName
{
background-color: #CCD3BE;
}
.BgClassName
{
background-color: #CCD3BE;
}
</style>
border-color css
<style>
span { border-color: #CCD3BE; }
span { border-color: rgb(204,211,190); }
td.TdClassName
{
border-color: #CCD3BE;
}
.TagClassName
{
border-color: #CCD3BE;
}
</style>