#c1b4eb

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

Shades of Melrose #C1B4EB

Tints of Melrose #C1B4EB

Color information

#C1B4EB (or 0xC1B4EB) is unknown color: approx Melrose. HEX triplet: C1, B4 and EB. RGB value is (193,180,235). Sum of RGB (Red+Green+Blue) = 193+180+235=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 180 (70.70% from 255 or 29.61% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1B4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B4EB is #3E4B14. Grayscale: #BDBDBD. Windows color (decimal): -4082453 or 15447233. OLE color: 15447233.

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

Color convert

RGB193180235-
CMYK0.180.2300.08
HSL254.18º57.89%81.37%-
HSV(B)254.18º23.4%92.16%-
XYZ53.3149.9885.43-
YUV190.16153.31130.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.74%
GREEN value IS 180 (70.70% from 255) = 29.61%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=31.74%
G=29.61%
B=38.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1931802350.180.2300.08254.1857.8981.37
HexC1B4EB121708fe3a51
Octal301264353222701037672121
Binary110000011011010011101011100101011101000111111101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1b4eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1b4eb; }

 p { color: rgb(193,180,235); }

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

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

 a { background-color: rgb(193,180,235); }

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

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

 span { border-color: rgb(193,180,235); }

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