#C2B1EB

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

Shades of Melrose #C2B1EB

Tints of Melrose #C2B1EB

Color information

#C2B1EB (or 0xC2B1EB) is unknown color: approx Melrose. HEX triplet: C2, B1 and EB. RGB value is (194,177,235). Sum of RGB (Red+Green+Blue) = 194+177+235=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 177 (69.53% from 255 or 29.21% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2B1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B1EB is #3D4E14. Grayscale: #BCBCBC. Windows color (decimal): -4017685 or 15446466. OLE color: 15446466.

HSL color Cylindrical-coordinate representation of color #C2B1EB: hue angle of 257.59º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2B1EB is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194177235-
CMYK0.170.2500.08
HSL257.59º59.18%80.78%-
HSV(B)257.59º24.68%92.16%-
XYZ52.9748.9185.25-
YUV188.7154.13131.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.01%
GREEN value IS 177 (69.53% from 255) = 29.21%
BLUE value IS 235 (92.19% from 255) = 38.78%
R=32.01%
G=29.21%
B=38.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941772350.170.2500.08257.5959.1880.78
HexC2B1EB1119081023b51
Octal302261353213101040273121
Binary1100001010110001111010111000111001010001000000101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B1EB; }

 p { color: rgb(194,177,235); }

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

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

 a { background-color: rgb(194,177,235); }

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

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

 span { border-color: rgb(194,177,235); }

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