Shades of Harp #CED1BE
Tints of Harp #CED1BE
RGB
CMYK
RGB Variations
Color information
#CED1BE (or 0xCED1BE) is known color: Harp. HEX triplet: CE, D1 and BE. RGB value is (206,209,190). Sum of RGB (Red+Green+Blue) = 206+209+190=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 209 - color contains mainly: green. Hex color #CED1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1BE is #312E41. Grayscale: #CECECE. Windows color (decimal): -3223106 or 12505550. OLE color: 12505550.
HSL color Cylindrical-coordinate representation of color #CED1BE: hue angle of 69.47º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CED1BE is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 209 | 190 | - |
CMYK | 0.01 | 0 | 0.09 | 0.18 |
HSL | 69.47º | 0.17% | 0.78% | - |
HSV(B) | 69.47º | 0.09% | 0.82% | - |
XYZ | 57.55 | 62.44 | 57.73 | - |
YUV | 205.94 | 119.01 | 128.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 209 | 190 | 0.01 | 0 | 0.09 | 0.18 | 69.47 | 0.17 | 0.78 |
Hex | CE | D1 | BE | 1 | 0 | 9 | 12 | 45 | 11 | 4E |
Octal | 316 | 321 | 276 | 1 | 0 | 11 | 22 | 105 | 21 | 116 |
Binary | 11001110 | 11010001 | 10111110 | 1 | 0 | 1001 | 10010 | 1000101 | 10001 | 1001110 |
Color Harmonies of #CED1BE
Complementary color
Monochromatic Colors of #CED1BE
Black with #CED1BE
Text Example
Text Example
White with #CED1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1BE; }
p { color: rgb(206,209,190); }
H1.HeaderClassName
{
color: #CED1BE;
}
.AnyTagClassName
{
color: #CED1BE;
}
</style>
background-color css
<style>
a { background-color: #CED1BE; }
a { background-color: rgb(206,209,190); }
div.DivClassName
{
background-color: #CED1BE;
}
.BgClassName
{
background-color: #CED1BE;
}
</style>
border-color css
<style>
span { border-color: #CED1BE; }
span { border-color: rgb(206,209,190); }
td.TdClassName
{
border-color: #CED1BE;
}
.TagClassName
{
border-color: #CED1BE;
}
</style>