Shades of Melrose #C3ADFF
Tints of Melrose #C3ADFF
RGB
CMYK
RGB Variations
Color information
#C3ADFF (or 0xC3ADFF) is known color: Melrose. HEX triplet: C3, AD and FF. RGB value is (195,173,255). Sum of RGB (Red+Green+Blue) = 195+173+255=623 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.30% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ADFF is #3C5200. Grayscale: #BCBCBC. Windows color (decimal): -3953153 or 16756163. OLE color: 16756163.
HSL color Cylindrical-coordinate representation of color #C3ADFF: hue angle of 256.1º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3ADFF is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 173 | 255 | - |
| CMYK | 0.24 | 0.32 | 0 | 0 |
| HSL | 256.1º | 1% | 0.84% | - |
| HSV(B) | 256.1º | 0.32% | 1% | - |
| XYZ | 55.5 | 48.71 | 101.08 | - |
| YUV | 188.93 | 165.29 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 255 | 0.24 | 0.32 | 0 | 0 | 256.1 | 1 | 0.84 |
| Hex | C3 | AD | FF | 18 | 20 | 0 | 0 | 100 | 64 | 54 |
| Octal | 303 | 255 | 377 | 30 | 40 | 0 | 0 | 400 | 144 | 124 |
| Binary | 11000011 | 10101101 | 11111111 | 11000 | 100000 | 0 | 0 | 100000000 | 1100100 | 1010100 |
Color Harmonies of #C3ADFF
Complementary color
Monochromatic Colors of #C3ADFF
Black with #C3ADFF
Text Example
Text Example
White with #C3ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADFF; }
p { color: rgb(195,173,255); }
H1.HeaderClassName
{
color: #C3ADFF;
}
.AnyTagClassName
{
color: #C3ADFF;
}
</style>
background-color css
<style>
a { background-color: #C3ADFF; }
a { background-color: rgb(195,173,255); }
div.DivClassName
{
background-color: #C3ADFF;
}
.BgClassName
{
background-color: #C3ADFF;
}
</style>
border-color css
<style>
span { border-color: #C3ADFF; }
span { border-color: rgb(195,173,255); }
td.TdClassName
{
border-color: #C3ADFF;
}
.TagClassName
{
border-color: #C3ADFF;
}
</style>