Shades of Melrose #C4ADFD
Tints of Melrose #C4ADFD
RGB
CMYK
RGB Variations
Color information
#C4ADFD (or 0xC4ADFD) is known color: Melrose. HEX triplet: C4, AD and FD. RGB value is (196,173,253). Sum of RGB (Red+Green+Blue) = 196+173+253=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ADFD is #3B5202. Grayscale: #BCBCBC. Windows color (decimal): -3887619 or 16625092. OLE color: 16625092.
HSL color Cylindrical-coordinate representation of color #C4ADFD: hue angle of 257.25º 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 #C4ADFD is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 173 | 253 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.01 |
| HSL | 257.25º | 0.95% | 0.84% | - |
| HSV(B) | 257.25º | 0.32% | 0.99% | - |
| XYZ | 55.44 | 48.71 | 99.41 | - |
| YUV | 189 | 164.12 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 253 | 0.23 | 0.32 | 0 | 0.01 | 257.25 | 0.95 | 0.84 |
| Hex | C4 | AD | FD | 17 | 20 | 0 | 1 | 101 | 5F | 54 |
| Octal | 304 | 255 | 375 | 27 | 40 | 0 | 1 | 401 | 137 | 124 |
| Binary | 11000100 | 10101101 | 11111101 | 10111 | 100000 | 0 | 1 | 100000001 | 1011111 | 1010100 |
Color Harmonies of #C4ADFD
Complementary color
Monochromatic Colors of #C4ADFD
Black with #C4ADFD
Text Example
Text Example
White with #C4ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ADFD; }
p { color: rgb(196,173,253); }
H1.HeaderClassName
{
color: #C4ADFD;
}
.AnyTagClassName
{
color: #C4ADFD;
}
</style>
background-color css
<style>
a { background-color: #C4ADFD; }
a { background-color: rgb(196,173,253); }
div.DivClassName
{
background-color: #C4ADFD;
}
.BgClassName
{
background-color: #C4ADFD;
}
</style>
border-color css
<style>
span { border-color: #C4ADFD; }
span { border-color: rgb(196,173,253); }
td.TdClassName
{
border-color: #C4ADFD;
}
.TagClassName
{
border-color: #C4ADFD;
}
</style>