Shades of Harp #CED2BE
Tints of Harp #CED2BE
RGB
CMYK
RGB Variations
Color information
#CED2BE (or 0xCED2BE) is known color: Harp. HEX triplet: CE, D2 and BE. RGB value is (206,210,190). Sum of RGB (Red+Green+Blue) = 206+210+190=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 210 - color contains mainly: green. Hex color #CED2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2BE is #312D41. Grayscale: #CECECE. Windows color (decimal): -3222850 or 12505806. OLE color: 12505806.
HSL color Cylindrical-coordinate representation of color #CED2BE: hue angle of 72º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CED2BE is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 210 | 190 | - |
CMYK | 0.02 | 0 | 0.10 | 0.18 |
HSL | 72º | 0.18% | 0.78% | - |
HSV(B) | 72º | 0.1% | 0.82% | - |
XYZ | 57.79 | 62.93 | 57.82 | - |
YUV | 206.52 | 118.67 | 127.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 210 | 190 | 0.02 | 0 | 0.10 | 0.18 | 72 | 0.18 | 0.78 |
Hex | CE | D2 | BE | 2 | 0 | A | 12 | 48 | 12 | 4E |
Octal | 316 | 322 | 276 | 2 | 0 | 12 | 22 | 110 | 22 | 116 |
Binary | 11001110 | 11010010 | 10111110 | 10 | 0 | 1010 | 10010 | 1001000 | 10010 | 1001110 |
Color Harmonies of #CED2BE
Complementary color
Monochromatic Colors of #CED2BE
Black with #CED2BE
Text Example
Text Example
White with #CED2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2BE; }
p { color: rgb(206,210,190); }
H1.HeaderClassName
{
color: #CED2BE;
}
.AnyTagClassName
{
color: #CED2BE;
}
</style>
background-color css
<style>
a { background-color: #CED2BE; }
a { background-color: rgb(206,210,190); }
div.DivClassName
{
background-color: #CED2BE;
}
.BgClassName
{
background-color: #CED2BE;
}
</style>
border-color css
<style>
span { border-color: #CED2BE; }
span { border-color: rgb(206,210,190); }
td.TdClassName
{
border-color: #CED2BE;
}
.TagClassName
{
border-color: #CED2BE;
}
</style>