Shades of Melanie #CDBEC2
Tints of Melanie #CDBEC2
RGB
CMYK
RGB Variations
Color information
#CDBEC2 (or 0xCDBEC2) is known color: Melanie. HEX triplet: CD, BE and C2. RGB value is (205,190,194). Sum of RGB (Red+Green+Blue) = 205+190+194=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBEC2 is #32413D. Grayscale: #C2C2C2. Windows color (decimal): -3293502 or 12762829. OLE color: 12762829.
HSL color Cylindrical-coordinate representation of color #CDBEC2: hue angle of 344º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDBEC2 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 190 | 194 | - |
CMYK | 0 | 0.07 | 0.05 | 0.20 |
HSL | 344º | 0.13% | 0.77% | - |
HSV(B) | 344º | 0.07% | 0.8% | - |
XYZ | 53.33 | 53.7 | 58.59 | - |
YUV | 194.94 | 127.47 | 135.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 190 | 194 | 0 | 0.07 | 0.05 | 0.20 | 344 | 0.13 | 0.77 |
Hex | CD | BE | C2 | 0 | 7 | 5 | 14 | 158 | D | 4D |
Octal | 315 | 276 | 302 | 0 | 7 | 5 | 24 | 530 | 15 | 115 |
Binary | 11001101 | 10111110 | 11000010 | 0 | 111 | 101 | 10100 | 101011000 | 1101 | 1001101 |
Color Harmonies of #CDBEC2
Complementary color
Monochromatic Colors of #CDBEC2
Black with #CDBEC2
Text Example
Text Example
White with #CDBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBEC2; }
p { color: rgb(205,190,194); }
H1.HeaderClassName
{
color: #CDBEC2;
}
.AnyTagClassName
{
color: #CDBEC2;
}
</style>
background-color css
<style>
a { background-color: #CDBEC2; }
a { background-color: rgb(205,190,194); }
div.DivClassName
{
background-color: #CDBEC2;
}
.BgClassName
{
background-color: #CDBEC2;
}
</style>
border-color css
<style>
span { border-color: #CDBEC2; }
span { border-color: rgb(205,190,194); }
td.TdClassName
{
border-color: #CDBEC2;
}
.TagClassName
{
border-color: #CDBEC2;
}
</style>