#C3BDEA

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

Shades of Melrose #C3BDEA

Tints of Melrose #C3BDEA

Color information

#C3BDEA (or 0xC3BDEA) is unknown color: approx Melrose. HEX triplet: C3, BD and EA. RGB value is (195,189,234). Sum of RGB (Red+Green+Blue) = 195+189+234=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BDEA is #3C4215. Grayscale: #C3C3C3. Windows color (decimal): -3949078 or 15384003. OLE color: 15384003.

HSL color Cylindrical-coordinate representation of color #C3BDEA: hue angle of 248º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3BDEA is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195189234-
CMYK0.170.1900.08
HSL248º51.72%82.94%-
HSV(B)248º19.23%91.76%-
XYZ55.5553.9485.32-
YUV195.92149.49127.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.55%
GREEN value IS 189 (74.22% from 255) = 30.58%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=31.55%
G=30.58%
B=37.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951892340.170.1900.0824851.7282.94
HexC3BDEA111308f83453
Octal303275352212301037064123
Binary110000111011110111101010100011001101000111110001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDEA; }

 p { color: rgb(195,189,234); }

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

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

 a { background-color: rgb(195,189,234); }

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

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

 span { border-color: rgb(195,189,234); }

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