Shades of Harp #CED8B3
Tints of Harp #CED8B3
RGB
CMYK
RGB Variations
Color information
#CED8B3 (or 0xCED8B3) is known color: Harp. HEX triplet: CE, D8 and B3. RGB value is (206,216,179). Sum of RGB (Red+Green+Blue) = 206+216+179=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 179 (70.31% from 255 or 29.78% from 601); Max value from RGB is 216 - color contains mainly: green. Hex color #CED8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8B3 is #31274C. Grayscale: #D0D0D0. Windows color (decimal): -3221325 or 11786446. OLE color: 11786446.
HSL color Cylindrical-coordinate representation of color #CED8B3: hue angle of 76.22º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CED8B3 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 179 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.15 |
| HSL | 76.22º | 0.32% | 0.77% | - |
| HSV(B) | 76.22º | 0.17% | 0.85% | - |
| XYZ | 58.15 | 65.49 | 52.22 | - |
| YUV | 208.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 179 | 0.05 | 0 | 0.17 | 0.15 | 76.22 | 0.32 | 0.77 |
| Hex | CE | D8 | B3 | 5 | 0 | 11 | F | 4C | 20 | 4D |
| Octal | 316 | 330 | 263 | 5 | 0 | 21 | 17 | 114 | 40 | 115 |
| Binary | 11001110 | 11011000 | 10110011 | 101 | 0 | 10001 | 1111 | 1001100 | 100000 | 1001101 |
Color Harmonies of #CED8B3
Complementary color
Monochromatic Colors of #CED8B3
Black with #CED8B3
Text Example
Text Example
White with #CED8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED8B3; }
p { color: rgb(206,216,179); }
H1.HeaderClassName
{
color: #CED8B3;
}
.AnyTagClassName
{
color: #CED8B3;
}
</style>
background-color css
<style>
a { background-color: #CED8B3; }
a { background-color: rgb(206,216,179); }
div.DivClassName
{
background-color: #CED8B3;
}
.BgClassName
{
background-color: #CED8B3;
}
</style>
border-color css
<style>
span { border-color: #CED8B3; }
span { border-color: rgb(206,216,179); }
td.TdClassName
{
border-color: #CED8B3;
}
.TagClassName
{
border-color: #CED8B3;
}
</style>