Shades of Harp #CED3BE
Tints of Harp #CED3BE
RGB
CMYK
RGB Variations
Color information
#CED3BE (or 0xCED3BE) is known color: Harp. HEX triplet: CE, D3 and BE. RGB value is (206,211,190). Sum of RGB (Red+Green+Blue) = 206+211+190=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 211 - color contains mainly: green. Hex color #CED3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3BE is #312C41. Grayscale: #CFCFCF. Windows color (decimal): -3222594 or 12506062. OLE color: 12506062.
HSL color Cylindrical-coordinate representation of color #CED3BE: hue angle of 74.29º 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 #CED3BE is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
RGB | 206 | 211 | 190 | - |
CMYK | 0.02 | 0 | 0.10 | 0.17 |
HSL | 74.29º | 0.19% | 0.79% | - |
HSV(B) | 74.29º | 0.1% | 0.83% | - |
XYZ | 58.04 | 63.43 | 57.9 | - |
YUV | 207.11 | 118.34 | 127.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 211 | 190 | 0.02 | 0 | 0.10 | 0.17 | 74.29 | 0.19 | 0.79 |
Hex | CE | D3 | BE | 2 | 0 | A | 11 | 4A | 13 | 4F |
Octal | 316 | 323 | 276 | 2 | 0 | 12 | 21 | 112 | 23 | 117 |
Binary | 11001110 | 11010011 | 10111110 | 10 | 0 | 1010 | 10001 | 1001010 | 10011 | 1001111 |
Color Harmonies of #CED3BE
Complementary color
Monochromatic Colors of #CED3BE
Black with #CED3BE
Text Example
Text Example
White with #CED3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3BE; }
p { color: rgb(206,211,190); }
H1.HeaderClassName
{
color: #CED3BE;
}
.AnyTagClassName
{
color: #CED3BE;
}
</style>
background-color css
<style>
a { background-color: #CED3BE; }
a { background-color: rgb(206,211,190); }
div.DivClassName
{
background-color: #CED3BE;
}
.BgClassName
{
background-color: #CED3BE;
}
</style>
border-color css
<style>
span { border-color: #CED3BE; }
span { border-color: rgb(206,211,190); }
td.TdClassName
{
border-color: #CED3BE;
}
.TagClassName
{
border-color: #CED3BE;
}
</style>