Shades of Harp #CEDEB3
Tints of Harp #CEDEB3
RGB
CMYK
RGB Variations
Color information
#CEDEB3 (or 0xCEDEB3) is known color: Harp. HEX triplet: CE, DE and B3. RGB value is (206,222,179). Sum of RGB (Red+Green+Blue) = 206+222+179=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEB3 is #31214C. Grayscale: #D4D4D4. Windows color (decimal): -3219789 or 11787982. OLE color: 11787982.
HSL color Cylindrical-coordinate representation of color #CEDEB3: hue angle of 82.33º degrees, saturation: 0.39, 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 #CEDEB3 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 179 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.13 |
| HSL | 82.33º | 0.39% | 0.79% | - |
| HSV(B) | 82.33º | 0.19% | 0.87% | - |
| XYZ | 59.71 | 68.62 | 52.75 | - |
| YUV | 212.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 179 | 0.07 | 0 | 0.19 | 0.13 | 82.33 | 0.39 | 0.79 |
| Hex | CE | DE | B3 | 7 | 0 | 13 | D | 52 | 27 | 4F |
| Octal | 316 | 336 | 263 | 7 | 0 | 23 | 15 | 122 | 47 | 117 |
| Binary | 11001110 | 11011110 | 10110011 | 111 | 0 | 10011 | 1101 | 1010010 | 100111 | 1001111 |
Color Harmonies of #CEDEB3
Complementary color
Monochromatic Colors of #CEDEB3
Black with #CEDEB3
Text Example
Text Example
White with #CEDEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEB3; }
p { color: rgb(206,222,179); }
H1.HeaderClassName
{
color: #CEDEB3;
}
.AnyTagClassName
{
color: #CEDEB3;
}
</style>
background-color css
<style>
a { background-color: #CEDEB3; }
a { background-color: rgb(206,222,179); }
div.DivClassName
{
background-color: #CEDEB3;
}
.BgClassName
{
background-color: #CEDEB3;
}
</style>
border-color css
<style>
span { border-color: #CEDEB3; }
span { border-color: rgb(206,222,179); }
td.TdClassName
{
border-color: #CEDEB3;
}
.TagClassName
{
border-color: #CEDEB3;
}
</style>