#C2ABFE

Color #C2ABFE Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C2ABFE

Tints of Melrose #C2ABFE

Color information

#C2ABFE (or 0xC2ABFE) is unknown color: approx Melrose. HEX triplet: C2, AB and FE. RGB value is (194,171,254). Sum of RGB (Red+Green+Blue) = 194+171+254=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABFE is #3D5401. Grayscale: #BBBBBB. Windows color (decimal): -4019202 or 16690114. OLE color: 16690114.

HSL color Cylindrical-coordinate representation of color #C2ABFE: hue angle of 256.63º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2ABFE is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB194171254-
CMYK0.240.3300.00
HSL256.63º97.65%83.33%-
HSV(B)256.63º32.68%99.61%-
XYZ54.747.75100.1-
YUV187.34165.62132.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 31.34%
GREEN value IS 171 (67.19% from 255) = 27.63%
BLUE value IS 254 (99.61% from 255) = 41.03%
R=31.34%
G=27.63%
B=41.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1941712540.240.3300.00256.6397.6583.33
HexC2ABFE1821001016253
Octal302253376304100401142123
Binary110000101010101111111110110001000010010000000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ABFE; }

 p { color: rgb(194,171,254); }

 H1.HeaderClassName
 {
   color: #C2ABFE;
 }
 .AnyTagClassName
 {
   color: #C2ABFE;
 }
</style>
background-color css

<style>
 a { background-color: #C2ABFE; }

 a { background-color: rgb(194,171,254); }

 div.DivClassName
 {
   background-color: #C2ABFE;
 }
 .BgClassName
 {
   background-color: #C2ABFE;
 }
</style>
border-color css

<style>
 span { border-color: #C2ABFE; }

 span { border-color: rgb(194,171,254); }

 td.TdClassName
 {
   border-color: #C2ABFE;
 }
 .TagClassName
 {
   border-color: #C2ABFE;
 }
</style>