#C3BDEC

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

Shades of Melrose #C3BDEC

Tints of Melrose #C3BDEC

Color information

#C3BDEC (or 0xC3BDEC) is unknown color: approx Melrose. HEX triplet: C3, BD and EC. RGB value is (195,189,236). Sum of RGB (Red+Green+Blue) = 195+189+236=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BDEC is #3C4213. Grayscale: #C3C3C3. Windows color (decimal): -3949076 or 15515075. OLE color: 15515075.

HSL color Cylindrical-coordinate representation of color #C3BDEC: hue angle of 247.66º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3BDEC is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195189236-
CMYK0.170.2000.07
HSL247.66º55.29%83.33%-
HSV(B)247.66º19.92%92.55%-
XYZ55.8454.0586.85-
YUV196.15150.49127.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.45%
GREEN value IS 189 (74.22% from 255) = 30.48%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=31.45%
G=30.48%
B=38.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951892360.170.2000.07247.6655.2983.33
HexC3BDEC111407f83753
Octal30327535421240737067123
Binary11000011101111011110110010001101000111111110001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDEC; }

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

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

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

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

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

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

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

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