Shades of Melrose #C3ADEE
Tints of Melrose #C3ADEE
RGB
CMYK
RGB Variations
Color information
#C3ADEE (or 0xC3ADEE) is known color: Melrose. HEX triplet: C3, AD and EE. RGB value is (195,173,238). Sum of RGB (Red+Green+Blue) = 195+173+238=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ADEE is #3C5211. Grayscale: #BABABA. Windows color (decimal): -3953170 or 15642051. OLE color: 15642051.
HSL color Cylindrical-coordinate representation of color #C3ADEE: hue angle of 260.31º degrees, saturation: 0.66, 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 #C3ADEE is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 173 | 238 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.07 |
| HSL | 260.31º | 0.66% | 0.81% | - |
| HSV(B) | 260.31º | 0.27% | 0.93% | - |
| XYZ | 52.88 | 47.66 | 87.3 | - |
| YUV | 186.99 | 156.79 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 238 | 0.18 | 0.27 | 0 | 0.07 | 260.31 | 0.66 | 0.81 |
| Hex | C3 | AD | EE | 12 | 1B | 0 | 7 | 104 | 42 | 51 |
| Octal | 303 | 255 | 356 | 22 | 33 | 0 | 7 | 404 | 102 | 121 |
| Binary | 11000011 | 10101101 | 11101110 | 10010 | 11011 | 0 | 111 | 100000100 | 1000010 | 1010001 |
Color Harmonies of #C3ADEE
Complementary color
Monochromatic Colors of #C3ADEE
Black with #C3ADEE
Text Example
Text Example
White with #C3ADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADEE; }
p { color: rgb(195,173,238); }
H1.HeaderClassName
{
color: #C3ADEE;
}
.AnyTagClassName
{
color: #C3ADEE;
}
</style>
background-color css
<style>
a { background-color: #C3ADEE; }
a { background-color: rgb(195,173,238); }
div.DivClassName
{
background-color: #C3ADEE;
}
.BgClassName
{
background-color: #C3ADEE;
}
</style>
border-color css
<style>
span { border-color: #C3ADEE; }
span { border-color: rgb(195,173,238); }
td.TdClassName
{
border-color: #C3ADEE;
}
.TagClassName
{
border-color: #C3ADEE;
}
</style>