Shades of Harp #CED4BE
Tints of Harp #CED4BE
RGB
CMYK
RGB Variations
Color information
#CED4BE (or 0xCED4BE) is known color: Harp. HEX triplet: CE, D4 and BE. RGB value is (206,212,190). Sum of RGB (Red+Green+Blue) = 206+212+190=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 212 - color contains mainly: green. Hex color #CED4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED4BE is #312B41. Grayscale: #CFCFCF. Windows color (decimal): -3222338 or 12506318. OLE color: 12506318.
HSL color Cylindrical-coordinate representation of color #CED4BE: hue angle of 76.36º 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 #CED4BE is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 190 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.17 |
| HSL | 76.36º | 0.2% | 0.79% | - |
| HSV(B) | 76.36º | 0.1% | 0.83% | - |
| XYZ | 58.29 | 63.93 | 57.98 | - |
| YUV | 207.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 190 | 0.03 | 0 | 0.10 | 0.17 | 76.36 | 0.2 | 0.79 |
| Hex | CE | D4 | BE | 3 | 0 | A | 11 | 4C | 14 | 4F |
| Octal | 316 | 324 | 276 | 3 | 0 | 12 | 21 | 114 | 24 | 117 |
| Binary | 11001110 | 11010100 | 10111110 | 11 | 0 | 1010 | 10001 | 1001100 | 10100 | 1001111 |
Color Harmonies of #CED4BE
Complementary color
Monochromatic Colors of #CED4BE
Black with #CED4BE
Text Example
Text Example
White with #CED4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED4BE; }
p { color: rgb(206,212,190); }
H1.HeaderClassName
{
color: #CED4BE;
}
.AnyTagClassName
{
color: #CED4BE;
}
</style>
background-color css
<style>
a { background-color: #CED4BE; }
a { background-color: rgb(206,212,190); }
div.DivClassName
{
background-color: #CED4BE;
}
.BgClassName
{
background-color: #CED4BE;
}
</style>
border-color css
<style>
span { border-color: #CED4BE; }
span { border-color: rgb(206,212,190); }
td.TdClassName
{
border-color: #CED4BE;
}
.TagClassName
{
border-color: #CED4BE;
}
</style>