#C2B5ED

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

Shades of Melrose #C2B5ED

Tints of Melrose #C2B5ED

Color information

#C2B5ED (or 0xC2B5ED) is unknown color: approx Melrose. HEX triplet: C2, B5 and ED. RGB value is (194,181,237). Sum of RGB (Red+Green+Blue) = 194+181+237=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2B5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B5ED is #3D4A12. Grayscale: #BFBFBF. Windows color (decimal): -4016659 or 15578562. OLE color: 15578562.

HSL color Cylindrical-coordinate representation of color #C2B5ED: hue angle of 253.93º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2B5ED is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194181237-
CMYK0.180.2400.07
HSL253.93º60.87%81.96%-
HSV(B)253.93º23.63%92.94%-
XYZ54.0650.6387.04-
YUV191.27153.81129.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.70%
GREEN value IS 181 (71.09% from 255) = 29.58%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=31.70%
G=29.58%
B=38.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941812370.180.2400.07253.9360.8781.96
HexC2B5ED121807fe3d52
Octal30226535522300737675122
Binary11000010101101011110110110010110000111111111101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B5ED; }

 p { color: rgb(194,181,237); }

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

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

 a { background-color: rgb(194,181,237); }

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

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

 span { border-color: rgb(194,181,237); }

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