#C1B5E6

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

Shades of Melrose #C1B5E6

Tints of Melrose #C1B5E6

Color information

#C1B5E6 (or 0xC1B5E6) is unknown color: approx Melrose. HEX triplet: C1, B5 and E6. RGB value is (193,181,230). Sum of RGB (Red+Green+Blue) = 193+181+230=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #C1B5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B5E6 is #3E4A19. Grayscale: #BDBDBD. Windows color (decimal): -4082202 or 15119809. OLE color: 15119809.

HSL color Cylindrical-coordinate representation of color #C1B5E6: hue angle of 254.69º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1B5E6 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB193181230-
CMYK0.160.2100.10
HSL254.69º49.49%80.59%-
HSV(B)254.69º21.3%90.2%-
XYZ52.850.181.75-
YUV190.17150.48130.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.95%
GREEN value IS 181 (71.09% from 255) = 29.97%
BLUE value IS 230 (90.23% from 255) = 38.08%
R=31.95%
G=29.97%
B=38.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1931812300.160.2100.10254.6949.4980.59
HexC1B5E610150Aff3151
Octal301265346202501237761121
Binary110000011011010111100110100001010101010111111111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B5E6; }

 p { color: rgb(193,181,230); }

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

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

 a { background-color: rgb(193,181,230); }

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

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

 span { border-color: rgb(193,181,230); }

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