Shades of Harp #CEDCB6
Tints of Harp #CEDCB6
RGB
CMYK
RGB Variations
Color information
#CEDCB6 (or 0xCEDCB6) is known color: Harp. HEX triplet: CE, DC and B6. RGB value is (206,220,182). Sum of RGB (Red+Green+Blue) = 206+220+182=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 182 (71.48% from 255 or 29.93% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCB6 is #312349. Grayscale: #D3D3D3. Windows color (decimal): -3220298 or 11984078. OLE color: 11984078.
HSL color Cylindrical-coordinate representation of color #CEDCB6: hue angle of 82.11º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEDCB6 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 220 | 182 | - |
CMYK | 0.06 | 0 | 0.17 | 0.14 |
HSL | 82.11º | 0.35% | 0.79% | - |
HSV(B) | 82.11º | 0.17% | 0.86% | - |
XYZ | 59.49 | 67.69 | 54.19 | - |
YUV | 211.48 | 111.36 | 124.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 220 | 182 | 0.06 | 0 | 0.17 | 0.14 | 82.11 | 0.35 | 0.79 |
Hex | CE | DC | B6 | 6 | 0 | 11 | E | 52 | 23 | 4F |
Octal | 316 | 334 | 266 | 6 | 0 | 21 | 16 | 122 | 43 | 117 |
Binary | 11001110 | 11011100 | 10110110 | 110 | 0 | 10001 | 1110 | 1010010 | 100011 | 1001111 |
Color Harmonies of #CEDCB6
Complementary color
Monochromatic Colors of #CEDCB6
Black with #CEDCB6
Text Example
Text Example
White with #CEDCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCB6; }
p { color: rgb(206,220,182); }
H1.HeaderClassName
{
color: #CEDCB6;
}
.AnyTagClassName
{
color: #CEDCB6;
}
</style>
background-color css
<style>
a { background-color: #CEDCB6; }
a { background-color: rgb(206,220,182); }
div.DivClassName
{
background-color: #CEDCB6;
}
.BgClassName
{
background-color: #CEDCB6;
}
</style>
border-color css
<style>
span { border-color: #CEDCB6; }
span { border-color: rgb(206,220,182); }
td.TdClassName
{
border-color: #CEDCB6;
}
.TagClassName
{
border-color: #CEDCB6;
}
</style>