#C2B3EF

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

Shades of Melrose #C2B3EF

Tints of Melrose #C2B3EF

Color information

#C2B3EF (or 0xC2B3EF) is unknown color: approx Melrose. HEX triplet: C2, B3 and EF. RGB value is (194,179,239). Sum of RGB (Red+Green+Blue) = 194+179+239=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 179 (70.31% from 255 or 29.25% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2B3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B3EF is #3D4C10. Grayscale: #BEBEBE. Windows color (decimal): -4017169 or 15709122. OLE color: 15709122.

HSL color Cylindrical-coordinate representation of color #C2B3EF: hue angle of 255º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2B3EF is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB194179239-
CMYK0.190.2500.06
HSL255º65.22%81.96%-
HSV(B)255º25.1%93.73%-
XYZ53.9549.9488.46-
YUV190.32155.47130.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.70%
GREEN value IS 179 (70.31% from 255) = 29.25%
BLUE value IS 239 (93.75% from 255) = 39.05%
R=31.70%
G=29.25%
B=39.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1941792390.190.2500.0625565.2281.96
HexC2B3EF131906ff4152
Octal302263357233106377101122
Binary110000101011001111101111100111100101101111111110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B3EF; }

 p { color: rgb(194,179,239); }

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

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

 a { background-color: rgb(194,179,239); }

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

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

 span { border-color: rgb(194,179,239); }

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