Shades of Harp #CBD4BE
Tints of Harp #CBD4BE
RGB
CMYK
RGB Variations
Color information
#CBD4BE (or 0xCBD4BE) is known color: Harp. HEX triplet: CB, D4 and BE. RGB value is (203,212,190). Sum of RGB (Red+Green+Blue) = 203+212+190=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD4BE is #342B41. Grayscale: #CECECE. Windows color (decimal): -3418946 or 12506315. OLE color: 12506315.
HSL color Cylindrical-coordinate representation of color #CBD4BE: hue angle of 84.55º degrees, saturation: 0.2, 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 #CBD4BE is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 212 | 190 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.17 |
| HSL | 84.55º | 0.2% | 0.79% | - |
| HSV(B) | 84.55º | 0.1% | 0.83% | - |
| XYZ | 57.47 | 63.5 | 57.94 | - |
| YUV | 206.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 190 | 0.04 | 0 | 0.10 | 0.17 | 84.55 | 0.2 | 0.79 |
| Hex | CB | D4 | BE | 4 | 0 | A | 11 | 55 | 14 | 4F |
| Octal | 313 | 324 | 276 | 4 | 0 | 12 | 21 | 125 | 24 | 117 |
| Binary | 11001011 | 11010100 | 10111110 | 100 | 0 | 1010 | 10001 | 1010101 | 10100 | 1001111 |
Color Harmonies of #CBD4BE
Complementary color
Monochromatic Colors of #CBD4BE
Black with #CBD4BE
Text Example
Text Example
White with #CBD4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD4BE; }
p { color: rgb(203,212,190); }
H1.HeaderClassName
{
color: #CBD4BE;
}
.AnyTagClassName
{
color: #CBD4BE;
}
</style>
background-color css
<style>
a { background-color: #CBD4BE; }
a { background-color: rgb(203,212,190); }
div.DivClassName
{
background-color: #CBD4BE;
}
.BgClassName
{
background-color: #CBD4BE;
}
</style>
border-color css
<style>
span { border-color: #CBD4BE; }
span { border-color: rgb(203,212,190); }
td.TdClassName
{
border-color: #CBD4BE;
}
.TagClassName
{
border-color: #CBD4BE;
}
</style>