Shades of Melanie #CDBFC2
Tints of Melanie #CDBFC2
RGB
CMYK
RGB Variations
Color information
#CDBFC2 (or 0xCDBFC2) is known color: Melanie. HEX triplet: CD, BF and C2. RGB value is (205,191,194). Sum of RGB (Red+Green+Blue) = 205+191+194=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBFC2 is #32403D. Grayscale: #C3C3C3. Windows color (decimal): -3293246 or 12763085. OLE color: 12763085.
HSL color Cylindrical-coordinate representation of color #CDBFC2: hue angle of 347.14º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDBFC2 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 191 | 194 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.20 |
| HSL | 347.14º | 0.12% | 0.78% | - |
| HSV(B) | 347.14º | 0.07% | 0.8% | - |
| XYZ | 53.55 | 54.14 | 58.67 | - |
| YUV | 195.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 191 | 194 | 0 | 0.07 | 0.05 | 0.20 | 347.14 | 0.12 | 0.78 |
| Hex | CD | BF | C2 | 0 | 7 | 5 | 14 | 15B | C | 4E |
| Octal | 315 | 277 | 302 | 0 | 7 | 5 | 24 | 533 | 14 | 116 |
| Binary | 11001101 | 10111111 | 11000010 | 0 | 111 | 101 | 10100 | 101011011 | 1100 | 1001110 |
Color Harmonies of #CDBFC2
Complementary color
Monochromatic Colors of #CDBFC2
Black with #CDBFC2
Text Example
Text Example
White with #CDBFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBFC2; }
p { color: rgb(205,191,194); }
H1.HeaderClassName
{
color: #CDBFC2;
}
.AnyTagClassName
{
color: #CDBFC2;
}
</style>
background-color css
<style>
a { background-color: #CDBFC2; }
a { background-color: rgb(205,191,194); }
div.DivClassName
{
background-color: #CDBFC2;
}
.BgClassName
{
background-color: #CDBFC2;
}
</style>
border-color css
<style>
span { border-color: #CDBFC2; }
span { border-color: rgb(205,191,194); }
td.TdClassName
{
border-color: #CDBFC2;
}
.TagClassName
{
border-color: #CDBFC2;
}
</style>