#C1B9EE

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

Shades of Melrose #C1B9EE

Tints of Melrose #C1B9EE

Color information

#C1B9EE (or 0xC1B9EE) is unknown color: approx Melrose. HEX triplet: C1, B9 and EE. RGB value is (193,185,238). Sum of RGB (Red+Green+Blue) = 193+185+238=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1B9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B9EE is #3E4611. Grayscale: #C1C1C1. Windows color (decimal): -4081170 or 15645121. OLE color: 15645121.

HSL color Cylindrical-coordinate representation of color #C1B9EE: hue angle of 249.06º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1B9EE is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193185238-
CMYK0.190.2200.07
HSL249.06º60.92%82.94%-
HSV(B)249.06º22.27%93.33%-
XYZ54.7752.2188.08-
YUV193.43153.15127.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.33%
GREEN value IS 185 (72.66% from 255) = 30.03%
BLUE value IS 238 (93.36% from 255) = 38.64%
R=31.33%
G=30.03%
B=38.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931852380.190.2200.07249.0660.9282.94
HexC1B9EE131607f93d53
Octal30127135623260737175123
Binary11000001101110011110111010011101100111111110011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B9EE; }

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

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

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

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

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

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

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

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