Shades of Harp #CEDDB4
Tints of Harp #CEDDB4
RGB
CMYK
RGB Variations
Color information
#CEDDB4 (or 0xCEDDB4) is known color: Harp. HEX triplet: CE, DD and B4. RGB value is (206,221,180). Sum of RGB (Red+Green+Blue) = 206+221+180=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDB4 is #31224B. Grayscale: #D3D3D3. Windows color (decimal): -3220044 or 11853262. OLE color: 11853262.
HSL color Cylindrical-coordinate representation of color #CEDDB4: hue angle of 81.95º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEDDB4 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 221 | 180 | - |
CMYK | 0.07 | 0 | 0.19 | 0.13 |
HSL | 81.95º | 0.38% | 0.79% | - |
HSV(B) | 81.95º | 0.19% | 0.87% | - |
XYZ | 59.55 | 68.13 | 53.19 | - |
YUV | 211.84 | 110.03 | 123.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 180 | 0.07 | 0 | 0.19 | 0.13 | 81.95 | 0.38 | 0.79 |
Hex | CE | DD | B4 | 7 | 0 | 13 | D | 52 | 26 | 4F |
Octal | 316 | 335 | 264 | 7 | 0 | 23 | 15 | 122 | 46 | 117 |
Binary | 11001110 | 11011101 | 10110100 | 111 | 0 | 10011 | 1101 | 1010010 | 100110 | 1001111 |
Color Harmonies of #CEDDB4
Complementary color
Monochromatic Colors of #CEDDB4
Black with #CEDDB4
Text Example
Text Example
White with #CEDDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDB4; }
p { color: rgb(206,221,180); }
H1.HeaderClassName
{
color: #CEDDB4;
}
.AnyTagClassName
{
color: #CEDDB4;
}
</style>
background-color css
<style>
a { background-color: #CEDDB4; }
a { background-color: rgb(206,221,180); }
div.DivClassName
{
background-color: #CEDDB4;
}
.BgClassName
{
background-color: #CEDDB4;
}
</style>
border-color css
<style>
span { border-color: #CEDDB4; }
span { border-color: rgb(206,221,180); }
td.TdClassName
{
border-color: #CEDDB4;
}
.TagClassName
{
border-color: #CEDDB4;
}
</style>