#C3BBEF

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

Shades of Melrose #C3BBEF

Tints of Melrose #C3BBEF

Color information

#C3BBEF (or 0xC3BBEF) is unknown color: approx Melrose. HEX triplet: C3, BB and EF. RGB value is (195,187,239). Sum of RGB (Red+Green+Blue) = 195+187+239=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BBEF is #3C4410. Grayscale: #C3C3C3. Windows color (decimal): -3949585 or 15711171. OLE color: 15711171.

HSL color Cylindrical-coordinate representation of color #C3BBEF: hue angle of 249.23º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3BBEF is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB195187239-
CMYK0.180.2200.06
HSL249.23º61.9%83.53%-
HSV(B)249.23º21.76%93.73%-
XYZ55.8653.3789.02-
YUV195.32152.65127.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.40%
GREEN value IS 187 (73.44% from 255) = 30.11%
BLUE value IS 239 (93.75% from 255) = 38.49%
R=31.40%
G=30.11%
B=38.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1951872390.180.2200.06249.2361.983.53
HexC3BBEF121606f93e54
Octal30327335722260637176124
Binary11000011101110111110111110010101100110111110011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BBEF; }

 p { color: rgb(195,187,239); }

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

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

 a { background-color: rgb(195,187,239); }

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

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

 span { border-color: rgb(195,187,239); }

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