Shades of Melrose #C2ADFD
Tints of Melrose #C2ADFD
RGB
CMYK
RGB Variations
Color information
#C2ADFD (or 0xC2ADFD) is known color: Melrose. HEX triplet: C2, AD and FD. RGB value is (194,173,253). Sum of RGB (Red+Green+Blue) = 194+173+253=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADFD is #3D5202. Grayscale: #BCBCBC. Windows color (decimal): -4018691 or 16625090. OLE color: 16625090.
HSL color Cylindrical-coordinate representation of color #C2ADFD: hue angle of 255.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2ADFD is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 173 | 253 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.01 |
| HSL | 255.75º | 0.95% | 0.84% | - |
| HSV(B) | 255.75º | 0.32% | 0.99% | - |
| XYZ | 54.92 | 48.45 | 99.39 | - |
| YUV | 188.4 | 164.46 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 253 | 0.23 | 0.32 | 0 | 0.01 | 255.75 | 0.95 | 0.84 |
| Hex | C2 | AD | FD | 17 | 20 | 0 | 1 | 100 | 5F | 54 |
| Octal | 302 | 255 | 375 | 27 | 40 | 0 | 1 | 400 | 137 | 124 |
| Binary | 11000010 | 10101101 | 11111101 | 10111 | 100000 | 0 | 1 | 100000000 | 1011111 | 1010100 |
Color Harmonies of #C2ADFD
Complementary color
Monochromatic Colors of #C2ADFD
Black with #C2ADFD
Text Example
Text Example
White with #C2ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADFD; }
p { color: rgb(194,173,253); }
H1.HeaderClassName
{
color: #C2ADFD;
}
.AnyTagClassName
{
color: #C2ADFD;
}
</style>
background-color css
<style>
a { background-color: #C2ADFD; }
a { background-color: rgb(194,173,253); }
div.DivClassName
{
background-color: #C2ADFD;
}
.BgClassName
{
background-color: #C2ADFD;
}
</style>
border-color css
<style>
span { border-color: #C2ADFD; }
span { border-color: rgb(194,173,253); }
td.TdClassName
{
border-color: #C2ADFD;
}
.TagClassName
{
border-color: #C2ADFD;
}
</style>