#C2ABFF

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

Shades of Melrose #C2ABFF

Tints of Melrose #C2ABFF

Color information

#C2ABFF (or 0xC2ABFF) is unknown color: approx Melrose. HEX triplet: C2, AB and FF. RGB value is (194,171,255). Sum of RGB (Red+Green+Blue) = 194+171+255=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABFF is #3D5400. Grayscale: #BBBBBB. Windows color (decimal): -4019201 or 16755650. OLE color: 16755650.

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

Color convert

RGB194171255-
CMYK0.240.3300
HSL256.43º100%83.53%-
HSV(B)256.43º32.94%100%-
XYZ54.8647.82100.95-
YUV187.45166.12132.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.29%
GREEN value IS 171 (67.19% from 255) = 27.58%
BLUE value IS 255 (100% from 255) = 41.13%
R=31.29%
G=27.58%
B=41.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1941712550.240.3300256.4310083.53
HexC2ABFF1821001006454
Octal302253377304100400144124
Binary110000101010101111111111110001000010010000000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ABFF; }

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

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

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

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

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

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

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

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