Shades of Harp #CED1BF
Tints of Harp #CED1BF
RGB
CMYK
RGB Variations
Color information
#CED1BF (or 0xCED1BF) is known color: Harp. HEX triplet: CE, D1 and BF. RGB value is (206,209,191). Sum of RGB (Red+Green+Blue) = 206+209+191=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 209 - color contains mainly: green. Hex color #CED1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1BF is #312E40. Grayscale: #CECECE. Windows color (decimal): -3223105 or 12571086. OLE color: 12571086.
HSL color Cylindrical-coordinate representation of color #CED1BF: hue angle of 70º degrees, saturation: 0.16, 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 #CED1BF is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 191 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.18 |
| HSL | 70º | 0.16% | 0.78% | - |
| HSV(B) | 70º | 0.09% | 0.82% | - |
| XYZ | 57.66 | 62.48 | 58.31 | - |
| YUV | 206.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 191 | 0.01 | 0 | 0.09 | 0.18 | 70 | 0.16 | 0.78 |
| Hex | CE | D1 | BF | 1 | 0 | 9 | 12 | 46 | 10 | 4E |
| Octal | 316 | 321 | 277 | 1 | 0 | 11 | 22 | 106 | 20 | 116 |
| Binary | 11001110 | 11010001 | 10111111 | 1 | 0 | 1001 | 10010 | 1000110 | 10000 | 1001110 |
Color Harmonies of #CED1BF
Complementary color
Monochromatic Colors of #CED1BF
Black with #CED1BF
Text Example
Text Example
White with #CED1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1BF; }
p { color: rgb(206,209,191); }
H1.HeaderClassName
{
color: #CED1BF;
}
.AnyTagClassName
{
color: #CED1BF;
}
</style>
background-color css
<style>
a { background-color: #CED1BF; }
a { background-color: rgb(206,209,191); }
div.DivClassName
{
background-color: #CED1BF;
}
.BgClassName
{
background-color: #CED1BF;
}
</style>
border-color css
<style>
span { border-color: #CED1BF; }
span { border-color: rgb(206,209,191); }
td.TdClassName
{
border-color: #CED1BF;
}
.TagClassName
{
border-color: #CED1BF;
}
</style>