#C2ABFC

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

Shades of Melrose #C2ABFC

Tints of Melrose #C2ABFC

Color information

#C2ABFC (or 0xC2ABFC) is unknown color: approx Melrose. HEX triplet: C2, AB and FC. RGB value is (194,171,252). Sum of RGB (Red+Green+Blue) = 194+171+252=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABFC is #3D5403. Grayscale: #BABABA. Windows color (decimal): -4019204 or 16559042. OLE color: 16559042.

HSL color Cylindrical-coordinate representation of color #C2ABFC: hue angle of 257.04º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2ABFC is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194171252-
CMYK0.230.3200.01
HSL257.04º93.1%82.94%-
HSV(B)257.04º32.14%98.82%-
XYZ54.3847.6298.42-
YUV187.11164.62132.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.44%
GREEN value IS 171 (67.19% from 255) = 27.71%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=31.44%
G=27.71%
B=40.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941712520.230.3200.01257.0493.182.94
HexC2ABFC1720011015d53
Octal302253374274001401135123
Binary110000101010101111111100101111000000110000000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ABFC; }

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

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

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

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

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

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

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

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