Shades of Harp #CEDAAE
Tints of Harp #CEDAAE
RGB
CMYK
RGB Variations
Color information
#CEDAAE (or 0xCEDAAE) is known color: Harp. HEX triplet: CE, DA and AE. RGB value is (206,218,174). Sum of RGB (Red+Green+Blue) = 206+218+174=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDAAE is #312551. Grayscale: #D1D1D1. Windows color (decimal): -3220818 or 11459278. OLE color: 11459278.
HSL color Cylindrical-coordinate representation of color #CEDAAE: hue angle of 76.36º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEDAAE is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 174 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.15 |
| HSL | 76.36º | 0.37% | 0.77% | - |
| HSV(B) | 76.36º | 0.2% | 0.85% | - |
| XYZ | 58.16 | 66.32 | 49.78 | - |
| YUV | 209.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 174 | 0.06 | 0 | 0.20 | 0.15 | 76.36 | 0.37 | 0.77 |
| Hex | CE | DA | AE | 6 | 0 | 14 | F | 4C | 25 | 4D |
| Octal | 316 | 332 | 256 | 6 | 0 | 24 | 17 | 114 | 45 | 115 |
| Binary | 11001110 | 11011010 | 10101110 | 110 | 0 | 10100 | 1111 | 1001100 | 100101 | 1001101 |
Color Harmonies of #CEDAAE
Complementary color
Monochromatic Colors of #CEDAAE
Black with #CEDAAE
Text Example
Text Example
White with #CEDAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAAE; }
p { color: rgb(206,218,174); }
H1.HeaderClassName
{
color: #CEDAAE;
}
.AnyTagClassName
{
color: #CEDAAE;
}
</style>
background-color css
<style>
a { background-color: #CEDAAE; }
a { background-color: rgb(206,218,174); }
div.DivClassName
{
background-color: #CEDAAE;
}
.BgClassName
{
background-color: #CEDAAE;
}
</style>
border-color css
<style>
span { border-color: #CEDAAE; }
span { border-color: rgb(206,218,174); }
td.TdClassName
{
border-color: #CEDAAE;
}
.TagClassName
{
border-color: #CEDAAE;
}
</style>