#C0ABEF

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

Shades of Melrose #C0ABEF

Tints of Melrose #C0ABEF

Color information

#C0ABEF (or 0xC0ABEF) is unknown color: approx Melrose. HEX triplet: C0, AB and EF. RGB value is (192,171,239). Sum of RGB (Red+Green+Blue) = 192+171+239=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABEF is #3F5410. Grayscale: #B8B8B8. Windows color (decimal): -4150289 or 15707072. OLE color: 15707072.

HSL color Cylindrical-coordinate representation of color #C0ABEF: hue angle of 258.53º 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 #C0ABEF is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB192171239-
CMYK0.200.2800.06
HSL258.53º68%80.39%-
HSV(B)258.53º28.45%93.73%-
XYZ51.8846.5687.91-
YUV185.03158.46132.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.89%
GREEN value IS 171 (67.19% from 255) = 28.41%
BLUE value IS 239 (93.75% from 255) = 39.70%
R=31.89%
G=28.41%
B=39.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1921712390.200.2800.06258.536880.39
HexC0ABEF141C061034450
Octal300253357243406403104120
Binary1100000010101011111011111010011100011010000001110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABEF; }

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

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

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

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

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

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

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

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