#C1B9E6

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

Shades of Melrose #C1B9E6

Tints of Melrose #C1B9E6

Color information

#C1B9E6 (or 0xC1B9E6) is unknown color: approx Melrose. HEX triplet: C1, B9 and E6. RGB value is (193,185,230). Sum of RGB (Red+Green+Blue) = 193+185+230=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 230 - color contains mainly: blue. Hex color #C1B9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B9E6 is #3E4619. Grayscale: #C0C0C0. Windows color (decimal): -4081178 or 15120833. OLE color: 15120833.

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

Color convert

RGB193185230-
CMYK0.160.2000.10
HSL250.67º47.37%81.37%-
HSV(B)250.67º19.57%90.2%-
XYZ53.6251.7582.03-
YUV192.52149.15128.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.74%
GREEN value IS 185 (72.66% from 255) = 30.43%
BLUE value IS 230 (90.23% from 255) = 37.83%
R=31.74%
G=30.43%
B=37.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1931852300.160.2000.10250.6747.3781.37
HexC1B9E610140Afb2f51
Octal301271346202401237357121
Binary110000011011100111100110100001010001010111110111011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B9E6; }

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

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

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

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

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

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

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

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