Shades of Harp #CEDAB9
Tints of Harp #CEDAB9
RGB
CMYK
RGB Variations
Color information
#CEDAB9 (or 0xCEDAB9) is known color: Harp. HEX triplet: CE, DA and B9. RGB value is (206,218,185). Sum of RGB (Red+Green+Blue) = 206+218+185=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDAB9 is #312546. Grayscale: #D2D2D2. Windows color (decimal): -3220807 or 12180174. OLE color: 12180174.
HSL color Cylindrical-coordinate representation of color #CEDAB9: hue angle of 81.82º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEDAB9 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 218 | 185 | - |
CMYK | 0.06 | 0 | 0.15 | 0.15 |
HSL | 81.82º | 0.31% | 0.79% | - |
HSV(B) | 81.82º | 0.15% | 0.85% | - |
XYZ | 59.28 | 66.77 | 55.66 | - |
YUV | 210.65 | 113.52 | 124.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 185 | 0.06 | 0 | 0.15 | 0.15 | 81.82 | 0.31 | 0.79 |
Hex | CE | DA | B9 | 6 | 0 | F | F | 52 | 1F | 4F |
Octal | 316 | 332 | 271 | 6 | 0 | 17 | 17 | 122 | 37 | 117 |
Binary | 11001110 | 11011010 | 10111001 | 110 | 0 | 1111 | 1111 | 1010010 | 11111 | 1001111 |
Color Harmonies of #CEDAB9
Complementary color
Monochromatic Colors of #CEDAB9
Black with #CEDAB9
Text Example
Text Example
White with #CEDAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAB9; }
p { color: rgb(206,218,185); }
H1.HeaderClassName
{
color: #CEDAB9;
}
.AnyTagClassName
{
color: #CEDAB9;
}
</style>
background-color css
<style>
a { background-color: #CEDAB9; }
a { background-color: rgb(206,218,185); }
div.DivClassName
{
background-color: #CEDAB9;
}
.BgClassName
{
background-color: #CEDAB9;
}
</style>
border-color css
<style>
span { border-color: #CEDAB9; }
span { border-color: rgb(206,218,185); }
td.TdClassName
{
border-color: #CEDAB9;
}
.TagClassName
{
border-color: #CEDAB9;
}
</style>