Shades of Melrose #C1ADFE
Tints of Melrose #C1ADFE
RGB
CMYK
RGB Variations
Color information
#C1ADFE (or 0xC1ADFE) is known color: Melrose. HEX triplet: C1, AD and FE. RGB value is (193,173,254). Sum of RGB (Red+Green+Blue) = 193+173+254=620 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.13% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ADFE is #3E5201. Grayscale: #BBBBBB. Windows color (decimal): -4084226 or 16690625. OLE color: 16690625.
HSL color Cylindrical-coordinate representation of color #C1ADFE: hue angle of 254.81º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C1ADFE is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 173 | 254 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.00 |
| HSL | 254.81º | 0.98% | 0.84% | - |
| HSV(B) | 254.81º | 0.32% | 1% | - |
| XYZ | 54.83 | 48.38 | 100.21 | - |
| YUV | 188.21 | 165.13 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 254 | 0.24 | 0.32 | 0 | 0.00 | 254.81 | 0.98 | 0.84 |
| Hex | C1 | AD | FE | 18 | 20 | 0 | 0 | FF | 62 | 54 |
| Octal | 301 | 255 | 376 | 30 | 40 | 0 | 0 | 377 | 142 | 124 |
| Binary | 11000001 | 10101101 | 11111110 | 11000 | 100000 | 0 | 0 | 11111111 | 1100010 | 1010100 |
Color Harmonies of #C1ADFE
Complementary color
Monochromatic Colors of #C1ADFE
Black with #C1ADFE
Text Example
Text Example
White with #C1ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADFE; }
p { color: rgb(193,173,254); }
H1.HeaderClassName
{
color: #C1ADFE;
}
.AnyTagClassName
{
color: #C1ADFE;
}
</style>
background-color css
<style>
a { background-color: #C1ADFE; }
a { background-color: rgb(193,173,254); }
div.DivClassName
{
background-color: #C1ADFE;
}
.BgClassName
{
background-color: #C1ADFE;
}
</style>
border-color css
<style>
span { border-color: #C1ADFE; }
span { border-color: rgb(193,173,254); }
td.TdClassName
{
border-color: #C1ADFE;
}
.TagClassName
{
border-color: #C1ADFE;
}
</style>