Shades of Melrose #C2ADF0
Tints of Melrose #C2ADF0
RGB
CMYK
RGB Variations
Color information
#C2ADF0 (or 0xC2ADF0) is known color: Melrose. HEX triplet: C2, AD and F0. RGB value is (194,173,240). Sum of RGB (Red+Green+Blue) = 194+173+240=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 240 - color contains mainly: blue. Hex color #C2ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADF0 is #3D520F. Grayscale: #BABABA. Windows color (decimal): -4018704 or 15773122. OLE color: 15773122.
HSL color Cylindrical-coordinate representation of color #C2ADF0: hue angle of 258.81º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2ADF0 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 194 | 173 | 240 | - |
CMYK | 0.19 | 0.28 | 0 | 0.06 |
HSL | 258.81º | 0.69% | 0.81% | - |
HSV(B) | 258.81º | 0.28% | 0.94% | - |
XYZ | 52.92 | 47.65 | 88.85 | - |
YUV | 186.92 | 157.96 | 133.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 173 | 240 | 0.19 | 0.28 | 0 | 0.06 | 258.81 | 0.69 | 0.81 |
Hex | C2 | AD | F0 | 13 | 1C | 0 | 6 | 103 | 45 | 51 |
Octal | 302 | 255 | 360 | 23 | 34 | 0 | 6 | 403 | 105 | 121 |
Binary | 11000010 | 10101101 | 11110000 | 10011 | 11100 | 0 | 110 | 100000011 | 1000101 | 1010001 |
Color Harmonies of #C2ADF0
Complementary color
Monochromatic Colors of #C2ADF0
Black with #C2ADF0
Text Example
Text Example
White with #C2ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADF0; }
p { color: rgb(194,173,240); }
H1.HeaderClassName
{
color: #C2ADF0;
}
.AnyTagClassName
{
color: #C2ADF0;
}
</style>
background-color css
<style>
a { background-color: #C2ADF0; }
a { background-color: rgb(194,173,240); }
div.DivClassName
{
background-color: #C2ADF0;
}
.BgClassName
{
background-color: #C2ADF0;
}
</style>
border-color css
<style>
span { border-color: #C2ADF0; }
span { border-color: rgb(194,173,240); }
td.TdClassName
{
border-color: #C2ADF0;
}
.TagClassName
{
border-color: #C2ADF0;
}
</style>