Shades of Melrose #C2AEEF
Tints of Melrose #C2AEEF
RGB
CMYK
RGB Variations
Color information
#C2AEEF (or 0xC2AEEF) is known color: Melrose. HEX triplet: C2, AE and EF. RGB value is (194,174,239). Sum of RGB (Red+Green+Blue) = 194+174+239=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2AEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AEEF is #3D5110. Grayscale: #BBBBBB. Windows color (decimal): -4018449 or 15707842. OLE color: 15707842.
HSL color Cylindrical-coordinate representation of color #C2AEEF: hue angle of 258.46º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2AEEF is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 174 | 239 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.06 |
| HSL | 258.46º | 0.67% | 0.81% | - |
| HSV(B) | 258.46º | 0.27% | 0.94% | - |
| XYZ | 52.96 | 47.97 | 88.13 | - |
| YUV | 187.39 | 157.13 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 239 | 0.19 | 0.27 | 0 | 0.06 | 258.46 | 0.67 | 0.81 |
| Hex | C2 | AE | EF | 13 | 1B | 0 | 6 | 102 | 43 | 51 |
| Octal | 302 | 256 | 357 | 23 | 33 | 0 | 6 | 402 | 103 | 121 |
| Binary | 11000010 | 10101110 | 11101111 | 10011 | 11011 | 0 | 110 | 100000010 | 1000011 | 1010001 |
Color Harmonies of #C2AEEF
Complementary color
Monochromatic Colors of #C2AEEF
Black with #C2AEEF
Text Example
Text Example
White with #C2AEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEEF; }
p { color: rgb(194,174,239); }
H1.HeaderClassName
{
color: #C2AEEF;
}
.AnyTagClassName
{
color: #C2AEEF;
}
</style>
background-color css
<style>
a { background-color: #C2AEEF; }
a { background-color: rgb(194,174,239); }
div.DivClassName
{
background-color: #C2AEEF;
}
.BgClassName
{
background-color: #C2AEEF;
}
</style>
border-color css
<style>
span { border-color: #C2AEEF; }
span { border-color: rgb(194,174,239); }
td.TdClassName
{
border-color: #C2AEEF;
}
.TagClassName
{
border-color: #C2AEEF;
}
</style>