#C3BBE7

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

Shades of Melrose #C3BBE7

Tints of Melrose #C3BBE7

Color information

#C3BBE7 (or 0xC3BBE7) is unknown color: approx Melrose. HEX triplet: C3, BB and E7. RGB value is (195,187,231). Sum of RGB (Red+Green+Blue) = 195+187+231=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 231 (90.62% from 255 or 37.68% from 613); Max value from RGB is 231 - color contains mainly: blue. Hex color #C3BBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BBE7 is #3C4418. Grayscale: #C2C2C2. Windows color (decimal): -3949593 or 15186883. OLE color: 15186883.

HSL color Cylindrical-coordinate representation of color #C3BBE7: hue angle of 250.91º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3BBE7 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB195187231-
CMYK0.160.1900.09
HSL250.91º47.83%81.96%-
HSV(B)250.91º19.05%90.59%-
XYZ54.752.9182.93-
YUV194.41148.65128.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.81%
GREEN value IS 187 (73.44% from 255) = 30.51%
BLUE value IS 231 (90.62% from 255) = 37.68%
R=31.81%
G=30.51%
B=37.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1951872310.160.1900.09250.9147.8381.96
HexC3BBE7101309fb3052
Octal303273347202301137360122
Binary110000111011101111100111100001001101001111110111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BBE7; }

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

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

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

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

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

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

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

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