Shades of Melanie #CEBEC3
Tints of Melanie #CEBEC3
RGB
CMYK
RGB Variations
Color information
#CEBEC3 (or 0xCEBEC3) is known color: Melanie. HEX triplet: CE, BE and C3. RGB value is (206,190,195). Sum of RGB (Red+Green+Blue) = 206+190+195=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEC3 is #31413C. Grayscale: #C3C3C3. Windows color (decimal): -3227965 or 12828366. OLE color: 12828366.
HSL color Cylindrical-coordinate representation of color #CEBEC3: hue angle of 341.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEBEC3 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 195 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.19 |
| HSL | 341.25º | 0.14% | 0.78% | - |
| HSV(B) | 341.25º | 0.08% | 0.81% | - |
| XYZ | 53.72 | 53.89 | 59.2 | - |
| YUV | 195.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 195 | 0 | 0.08 | 0.05 | 0.19 | 341.25 | 0.14 | 0.78 |
| Hex | CE | BE | C3 | 0 | 8 | 5 | 13 | 155 | E | 4E |
| Octal | 316 | 276 | 303 | 0 | 10 | 5 | 23 | 525 | 16 | 116 |
| Binary | 11001110 | 10111110 | 11000011 | 0 | 1000 | 101 | 10011 | 101010101 | 1110 | 1001110 |
Color Harmonies of #CEBEC3
Complementary color
Monochromatic Colors of #CEBEC3
Black with #CEBEC3
Text Example
Text Example
White with #CEBEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBEC3; }
p { color: rgb(206,190,195); }
H1.HeaderClassName
{
color: #CEBEC3;
}
.AnyTagClassName
{
color: #CEBEC3;
}
</style>
background-color css
<style>
a { background-color: #CEBEC3; }
a { background-color: rgb(206,190,195); }
div.DivClassName
{
background-color: #CEBEC3;
}
.BgClassName
{
background-color: #CEBEC3;
}
</style>
border-color css
<style>
span { border-color: #CEBEC3; }
span { border-color: rgb(206,190,195); }
td.TdClassName
{
border-color: #CEBEC3;
}
.TagClassName
{
border-color: #CEBEC3;
}
</style>