#C1ABEF

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

Shades of Melrose #C1ABEF

Tints of Melrose #C1ABEF

Color information

#C1ABEF (or 0xC1ABEF) is unknown color: approx Melrose. HEX triplet: C1, AB and EF. RGB value is (193,171,239). Sum of RGB (Red+Green+Blue) = 193+171+239=603 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.01% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ABEF is #3E5410. Grayscale: #B9B9B9. Windows color (decimal): -4084753 or 15707073. OLE color: 15707073.

HSL color Cylindrical-coordinate representation of color #C1ABEF: hue angle of 259.41º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1ABEF is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB193171239-
CMYK0.190.2800.06
HSL259.41º68%80.39%-
HSV(B)259.41º28.45%93.73%-
XYZ52.1446.787.93-
YUV185.33158.29133.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.01%
GREEN value IS 171 (67.19% from 255) = 28.36%
BLUE value IS 239 (93.75% from 255) = 39.64%
R=32.01%
G=28.36%
B=39.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1931712390.190.2800.06259.416880.39
HexC1ABEF131C061034450
Octal301253357233406403104120
Binary1100000110101011111011111001111100011010000001110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABEF; }

 p { color: rgb(193,171,239); }

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

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

 a { background-color: rgb(193,171,239); }

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

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

 span { border-color: rgb(193,171,239); }

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