Shades of Melrose #C3AEED
Tints of Melrose #C3AEED
RGB
CMYK
RGB Variations
Color information
#C3AEED (or 0xC3AEED) is known color: Melrose. HEX triplet: C3, AE and ED. RGB value is (195,174,237). Sum of RGB (Red+Green+Blue) = 195+174+237=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #C3AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AEED is #3C5112. Grayscale: #BBBBBB. Windows color (decimal): -3952915 or 15576771. OLE color: 15576771.
HSL color Cylindrical-coordinate representation of color #C3AEED: hue angle of 260º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3AEED is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 174 | 237 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.07 |
| HSL | 260º | 0.64% | 0.81% | - |
| HSV(B) | 260º | 0.27% | 0.93% | - |
| XYZ | 52.93 | 47.99 | 86.59 | - |
| YUV | 187.46 | 155.96 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 174 | 237 | 0.18 | 0.27 | 0 | 0.07 | 260 | 0.64 | 0.81 |
| Hex | C3 | AE | ED | 12 | 1B | 0 | 7 | 104 | 40 | 51 |
| Octal | 303 | 256 | 355 | 22 | 33 | 0 | 7 | 404 | 100 | 121 |
| Binary | 11000011 | 10101110 | 11101101 | 10010 | 11011 | 0 | 111 | 100000100 | 1000000 | 1010001 |
Color Harmonies of #C3AEED
Complementary color
Monochromatic Colors of #C3AEED
Black with #C3AEED
Text Example
Text Example
White with #C3AEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AEED; }
p { color: rgb(195,174,237); }
H1.HeaderClassName
{
color: #C3AEED;
}
.AnyTagClassName
{
color: #C3AEED;
}
</style>
background-color css
<style>
a { background-color: #C3AEED; }
a { background-color: rgb(195,174,237); }
div.DivClassName
{
background-color: #C3AEED;
}
.BgClassName
{
background-color: #C3AEED;
}
</style>
border-color css
<style>
span { border-color: #C3AEED; }
span { border-color: rgb(195,174,237); }
td.TdClassName
{
border-color: #C3AEED;
}
.TagClassName
{
border-color: #C3AEED;
}
</style>