Shades of Melrose #C2ADEF
Tints of Melrose #C2ADEF
RGB
CMYK
RGB Variations
Color information
#C2ADEF (or 0xC2ADEF) is known color: Melrose. HEX triplet: C2, AD and EF. RGB value is (194,173,239). Sum of RGB (Red+Green+Blue) = 194+173+239=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADEF is #3D5210. Grayscale: #BABABA. Windows color (decimal): -4018705 or 15707586. OLE color: 15707586.
HSL color Cylindrical-coordinate representation of color #C2ADEF: hue angle of 259.09º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2ADEF is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 173 | 239 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.06 |
| HSL | 259.09º | 0.67% | 0.81% | - |
| HSV(B) | 259.09º | 0.28% | 0.94% | - |
| XYZ | 52.77 | 47.59 | 88.07 | - |
| YUV | 186.8 | 157.46 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 239 | 0.19 | 0.28 | 0 | 0.06 | 259.09 | 0.67 | 0.81 |
| Hex | C2 | AD | EF | 13 | 1C | 0 | 6 | 103 | 43 | 51 |
| Octal | 302 | 255 | 357 | 23 | 34 | 0 | 6 | 403 | 103 | 121 |
| Binary | 11000010 | 10101101 | 11101111 | 10011 | 11100 | 0 | 110 | 100000011 | 1000011 | 1010001 |
Color Harmonies of #C2ADEF
Complementary color
Monochromatic Colors of #C2ADEF
Black with #C2ADEF
Text Example
Text Example
White with #C2ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADEF; }
p { color: rgb(194,173,239); }
H1.HeaderClassName
{
color: #C2ADEF;
}
.AnyTagClassName
{
color: #C2ADEF;
}
</style>
background-color css
<style>
a { background-color: #C2ADEF; }
a { background-color: rgb(194,173,239); }
div.DivClassName
{
background-color: #C2ADEF;
}
.BgClassName
{
background-color: #C2ADEF;
}
</style>
border-color css
<style>
span { border-color: #C2ADEF; }
span { border-color: rgb(194,173,239); }
td.TdClassName
{
border-color: #C2ADEF;
}
.TagClassName
{
border-color: #C2ADEF;
}
</style>