Shades of Harp #CEDAB2
Tints of Harp #CEDAB2
RGB
CMYK
RGB Variations
Color information
#CEDAB2 (or 0xCEDAB2) is known color: Harp. HEX triplet: CE, DA and B2. RGB value is (206,218,178). Sum of RGB (Red+Green+Blue) = 206+218+178=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDAB2 is #31254D. Grayscale: #D2D2D2. Windows color (decimal): -3220814 or 11721422. OLE color: 11721422.
HSL color Cylindrical-coordinate representation of color #CEDAB2: hue angle of 78º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEDAB2 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 178 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.15 |
| HSL | 78º | 0.35% | 0.78% | - |
| HSV(B) | 78º | 0.18% | 0.85% | - |
| XYZ | 58.56 | 66.48 | 51.86 | - |
| YUV | 209.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 178 | 0.06 | 0 | 0.18 | 0.15 | 78 | 0.35 | 0.78 |
| Hex | CE | DA | B2 | 6 | 0 | 12 | F | 4E | 23 | 4E |
| Octal | 316 | 332 | 262 | 6 | 0 | 22 | 17 | 116 | 43 | 116 |
| Binary | 11001110 | 11011010 | 10110010 | 110 | 0 | 10010 | 1111 | 1001110 | 100011 | 1001110 |
Color Harmonies of #CEDAB2
Complementary color
Monochromatic Colors of #CEDAB2
Black with #CEDAB2
Text Example
Text Example
White with #CEDAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAB2; }
p { color: rgb(206,218,178); }
H1.HeaderClassName
{
color: #CEDAB2;
}
.AnyTagClassName
{
color: #CEDAB2;
}
</style>
background-color css
<style>
a { background-color: #CEDAB2; }
a { background-color: rgb(206,218,178); }
div.DivClassName
{
background-color: #CEDAB2;
}
.BgClassName
{
background-color: #CEDAB2;
}
</style>
border-color css
<style>
span { border-color: #CEDAB2; }
span { border-color: rgb(206,218,178); }
td.TdClassName
{
border-color: #CEDAB2;
}
.TagClassName
{
border-color: #CEDAB2;
}
</style>