Shades of Melanie #CDBFC3
Tints of Melanie #CDBFC3
RGB
CMYK
RGB Variations
Color information
#CDBFC3 (or 0xCDBFC3) is known color: Melanie. HEX triplet: CD, BF and C3. RGB value is (205,191,195). Sum of RGB (Red+Green+Blue) = 205+191+195=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBFC3 is #32403C. Grayscale: #C3C3C3. Windows color (decimal): -3293245 or 12828621. OLE color: 12828621.
HSL color Cylindrical-coordinate representation of color #CDBFC3: hue angle of 342.86º 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 #CDBFC3 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 191 | 195 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.20 |
| HSL | 342.86º | 0.12% | 0.78% | - |
| HSV(B) | 342.86º | 0.07% | 0.8% | - |
| XYZ | 53.66 | 54.18 | 59.26 | - |
| YUV | 195.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 191 | 195 | 0 | 0.07 | 0.05 | 0.20 | 342.86 | 0.12 | 0.78 |
| Hex | CD | BF | C3 | 0 | 7 | 5 | 14 | 157 | C | 4E |
| Octal | 315 | 277 | 303 | 0 | 7 | 5 | 24 | 527 | 14 | 116 |
| Binary | 11001101 | 10111111 | 11000011 | 0 | 111 | 101 | 10100 | 101010111 | 1100 | 1001110 |
Color Harmonies of #CDBFC3
Complementary color
Monochromatic Colors of #CDBFC3
Black with #CDBFC3
Text Example
Text Example
White with #CDBFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBFC3; }
p { color: rgb(205,191,195); }
H1.HeaderClassName
{
color: #CDBFC3;
}
.AnyTagClassName
{
color: #CDBFC3;
}
</style>
background-color css
<style>
a { background-color: #CDBFC3; }
a { background-color: rgb(205,191,195); }
div.DivClassName
{
background-color: #CDBFC3;
}
.BgClassName
{
background-color: #CDBFC3;
}
</style>
border-color css
<style>
span { border-color: #CDBFC3; }
span { border-color: rgb(205,191,195); }
td.TdClassName
{
border-color: #CDBFC3;
}
.TagClassName
{
border-color: #CDBFC3;
}
</style>