Shades of Harp #CEDDB1
Tints of Harp #CEDDB1
RGB
CMYK
RGB Variations
Color information
#CEDDB1 (or 0xCEDDB1) is known color: Harp. HEX triplet: CE, DD and B1. RGB value is (206,221,177). Sum of RGB (Red+Green+Blue) = 206+221+177=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDDB1 is #31224E. Grayscale: #D3D3D3. Windows color (decimal): -3220047 or 11656654. OLE color: 11656654.
HSL color Cylindrical-coordinate representation of color #CEDDB1: hue angle of 80.45º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEDDB1 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 221 | 177 | - |
CMYK | 0.07 | 0 | 0.20 | 0.13 |
HSL | 80.45º | 0.39% | 0.78% | - |
HSV(B) | 80.45º | 0.2% | 0.87% | - |
XYZ | 59.25 | 68.01 | 51.6 | - |
YUV | 211.5 | 108.53 | 124.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 177 | 0.07 | 0 | 0.20 | 0.13 | 80.45 | 0.39 | 0.78 |
Hex | CE | DD | B1 | 7 | 0 | 14 | D | 50 | 27 | 4E |
Octal | 316 | 335 | 261 | 7 | 0 | 24 | 15 | 120 | 47 | 116 |
Binary | 11001110 | 11011101 | 10110001 | 111 | 0 | 10100 | 1101 | 1010000 | 100111 | 1001110 |
Color Harmonies of #CEDDB1
Complementary color
Monochromatic Colors of #CEDDB1
Black with #CEDDB1
Text Example
Text Example
White with #CEDDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDB1; }
p { color: rgb(206,221,177); }
H1.HeaderClassName
{
color: #CEDDB1;
}
.AnyTagClassName
{
color: #CEDDB1;
}
</style>
background-color css
<style>
a { background-color: #CEDDB1; }
a { background-color: rgb(206,221,177); }
div.DivClassName
{
background-color: #CEDDB1;
}
.BgClassName
{
background-color: #CEDDB1;
}
</style>
border-color css
<style>
span { border-color: #CEDDB1; }
span { border-color: rgb(206,221,177); }
td.TdClassName
{
border-color: #CEDDB1;
}
.TagClassName
{
border-color: #CEDDB1;
}
</style>