#C2B5F1

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

Shades of Melrose #C2B5F1

Tints of Melrose #C2B5F1

Color information

#C2B5F1 (or 0xC2B5F1) is unknown color: approx Melrose. HEX triplet: C2, B5 and F1. RGB value is (194,181,241). Sum of RGB (Red+Green+Blue) = 194+181+241=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 181 (71.09% from 255 or 29.38% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #C2B5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B5F1 is #3D4A0E. Grayscale: #BFBFBF. Windows color (decimal): -4016655 or 15840706. OLE color: 15840706.

HSL color Cylindrical-coordinate representation of color #C2B5F1: hue angle of 253º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2B5F1 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB194181241-
CMYK0.200.2500.05
HSL253º68.18%82.75%-
HSV(B)253º24.9%94.51%-
XYZ54.6550.8790.16-
YUV191.73155.81129.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.49%
GREEN value IS 181 (71.09% from 255) = 29.38%
BLUE value IS 241 (94.53% from 255) = 39.12%
R=31.49%
G=29.38%
B=39.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1941812410.200.2500.0525368.1882.75
HexC2B5F1141905fd4453
Octal302265361243105375104123
Binary110000101011010111110001101001100101011111110110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B5F1; }

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

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

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

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

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

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

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

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