#C3BEDB

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

Shades of Melrose #C3BEDB

Tints of Melrose #C3BEDB

Color information

#C3BEDB (or 0xC3BEDB) is unknown color: approx Melrose. HEX triplet: C3, BE and DB. RGB value is (195,190,219). Sum of RGB (Red+Green+Blue) = 195+190+219=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEDB is #3C4124. Grayscale: #C2C2C2. Windows color (decimal): -3948837 or 14401219. OLE color: 14401219.

HSL color Cylindrical-coordinate representation of color #C3BEDB: hue angle of 250.34º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3BEDB is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195190219-
CMYK0.110.1300.14
HSL250.34º28.71%80.2%-
HSV(B)250.34º13.24%85.88%-
XYZ53.7153.5474.52-
YUV194.8141.66128.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.28%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 219 (85.94% from 255) = 36.26%
R=32.28%
G=31.46%
B=36.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951902190.110.1300.14250.3428.7180.2
HexC3BEDBBD0Efa1d50
Octal303276333131501637235120
Binary110000111011111011011011101111010111011111010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEDB; }

 p { color: rgb(195,190,219); }

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

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

 a { background-color: rgb(195,190,219); }

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

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

 span { border-color: rgb(195,190,219); }

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