Shades of Melrose #C3ADEF
Tints of Melrose #C3ADEF
RGB
CMYK
RGB Variations
Color information
#C3ADEF (or 0xC3ADEF) is known color: Melrose. HEX triplet: C3, AD and EF. RGB value is (195,173,239). Sum of RGB (Red+Green+Blue) = 195+173+239=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 173 (67.97% from 255 or 28.50% 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 #C3ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ADEF is #3C5210. Grayscale: #BABABA. Windows color (decimal): -3953169 or 15707587. OLE color: 15707587.
HSL color Cylindrical-coordinate representation of color #C3ADEF: hue angle of 260º 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 #C3ADEF is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 173 | 239 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.06 |
| HSL | 260º | 0.67% | 0.81% | - |
| HSV(B) | 260º | 0.28% | 0.94% | - |
| XYZ | 53.03 | 47.72 | 88.08 | - |
| YUV | 187.1 | 157.29 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 239 | 0.18 | 0.28 | 0 | 0.06 | 260 | 0.67 | 0.81 |
| Hex | C3 | AD | EF | 12 | 1C | 0 | 6 | 104 | 43 | 51 |
| Octal | 303 | 255 | 357 | 22 | 34 | 0 | 6 | 404 | 103 | 121 |
| Binary | 11000011 | 10101101 | 11101111 | 10010 | 11100 | 0 | 110 | 100000100 | 1000011 | 1010001 |
Color Harmonies of #C3ADEF
Complementary color
Monochromatic Colors of #C3ADEF
Black with #C3ADEF
Text Example
Text Example
White with #C3ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADEF; }
p { color: rgb(195,173,239); }
H1.HeaderClassName
{
color: #C3ADEF;
}
.AnyTagClassName
{
color: #C3ADEF;
}
</style>
background-color css
<style>
a { background-color: #C3ADEF; }
a { background-color: rgb(195,173,239); }
div.DivClassName
{
background-color: #C3ADEF;
}
.BgClassName
{
background-color: #C3ADEF;
}
</style>
border-color css
<style>
span { border-color: #C3ADEF; }
span { border-color: rgb(195,173,239); }
td.TdClassName
{
border-color: #C3ADEF;
}
.TagClassName
{
border-color: #C3ADEF;
}
</style>