#C1B9ED

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

Shades of Melrose #C1B9ED

Tints of Melrose #C1B9ED

Color information

#C1B9ED (or 0xC1B9ED) is unknown color: approx Melrose. HEX triplet: C1, B9 and ED. RGB value is (193,185,237). Sum of RGB (Red+Green+Blue) = 193+185+237=615 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.38% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1B9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B9ED is #3E4612. Grayscale: #C1C1C1. Windows color (decimal): -4081171 or 15579585. OLE color: 15579585.

HSL color Cylindrical-coordinate representation of color #C1B9ED: hue angle of 249.23º degrees, saturation: 0.59, 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 #C1B9ED is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193185237-
CMYK0.190.2200.07
HSL249.23º59.09%82.75%-
HSV(B)249.23º21.94%92.94%-
XYZ54.6352.1587.31-
YUV193.32152.65127.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.38%
GREEN value IS 185 (72.66% from 255) = 30.08%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=31.38%
G=30.08%
B=38.54%

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
Decimal1931852370.190.2200.07249.2359.0982.75
HexC1B9ED131607f93b53
Octal30127135523260737173123
Binary11000001101110011110110110011101100111111110011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B9ED; }

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

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

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

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

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

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

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

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