Shades of Melanie #CFAEBB
Tints of Melanie #CFAEBB
RGB
CMYK
RGB Variations
Color information
#CFAEBB (or 0xCFAEBB) is known color: Melanie. HEX triplet: CF, AE and BB. RGB value is (207,174,187). Sum of RGB (Red+Green+Blue) = 207+174+187=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEBB is #305144. Grayscale: #B9B9B9. Windows color (decimal): -3166533 or 12299983. OLE color: 12299983.
HSL color Cylindrical-coordinate representation of color #CFAEBB: hue angle of 336.36º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFAEBB is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 187 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.19 |
| HSL | 336.36º | 0.26% | 0.75% | - |
| HSV(B) | 336.36º | 0.16% | 0.81% | - |
| XYZ | 49.84 | 47.13 | 53.48 | - |
| YUV | 185.35 | 128.93 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 187 | 0 | 0.16 | 0.10 | 0.19 | 336.36 | 0.26 | 0.75 |
| Hex | CF | AE | BB | 0 | 10 | A | 13 | 150 | 1A | 4B |
| Octal | 317 | 256 | 273 | 0 | 20 | 12 | 23 | 520 | 32 | 113 |
| Binary | 11001111 | 10101110 | 10111011 | 0 | 10000 | 1010 | 10011 | 101010000 | 11010 | 1001011 |
Color Harmonies of #CFAEBB
Complementary color
Monochromatic Colors of #CFAEBB
Black with #CFAEBB
Text Example
Text Example
White with #CFAEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEBB; }
p { color: rgb(207,174,187); }
H1.HeaderClassName
{
color: #CFAEBB;
}
.AnyTagClassName
{
color: #CFAEBB;
}
</style>
background-color css
<style>
a { background-color: #CFAEBB; }
a { background-color: rgb(207,174,187); }
div.DivClassName
{
background-color: #CFAEBB;
}
.BgClassName
{
background-color: #CFAEBB;
}
</style>
border-color css
<style>
span { border-color: #CFAEBB; }
span { border-color: rgb(207,174,187); }
td.TdClassName
{
border-color: #CFAEBB;
}
.TagClassName
{
border-color: #CFAEBB;
}
</style>