Shades of Melanie #CCAEB7
Tints of Melanie #CCAEB7
RGB
CMYK
RGB Variations
Color information
#CCAEB7 (or 0xCCAEB7) is known color: Melanie. HEX triplet: CC, AE and B7. RGB value is (204,174,183). Sum of RGB (Red+Green+Blue) = 204+174+183=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEB7 is #335148. Grayscale: #B7B7B7. Windows color (decimal): -3363145 or 12037836. OLE color: 12037836.
HSL color Cylindrical-coordinate representation of color #CCAEB7: hue angle of 342º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCAEB7 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 174 | 183 | - |
CMYK | 0 | 0.15 | 0.10 | 0.2 |
HSL | 342º | 0.23% | 0.74% | - |
HSV(B) | 342º | 0.15% | 0.8% | - |
XYZ | 48.59 | 46.53 | 51.22 | - |
YUV | 184 | 127.44 | 142.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 174 | 183 | 0 | 0.15 | 0.10 | 0.2 | 342 | 0.23 | 0.74 |
Hex | CC | AE | B7 | 0 | F | A | 14 | 156 | 17 | 4A |
Octal | 314 | 256 | 267 | 0 | 17 | 12 | 24 | 526 | 27 | 112 |
Binary | 11001100 | 10101110 | 10110111 | 0 | 1111 | 1010 | 10100 | 101010110 | 10111 | 1001010 |
Color Harmonies of #CCAEB7
Complementary color
Monochromatic Colors of #CCAEB7
Black with #CCAEB7
Text Example
Text Example
White with #CCAEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAEB7; }
p { color: rgb(204,174,183); }
H1.HeaderClassName
{
color: #CCAEB7;
}
.AnyTagClassName
{
color: #CCAEB7;
}
</style>
background-color css
<style>
a { background-color: #CCAEB7; }
a { background-color: rgb(204,174,183); }
div.DivClassName
{
background-color: #CCAEB7;
}
.BgClassName
{
background-color: #CCAEB7;
}
</style>
border-color css
<style>
span { border-color: #CCAEB7; }
span { border-color: rgb(204,174,183); }
td.TdClassName
{
border-color: #CCAEB7;
}
.TagClassName
{
border-color: #CCAEB7;
}
</style>