#C2B7EE

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

Shades of Melrose #C2B7EE

Tints of Melrose #C2B7EE

Color information

#C2B7EE (or 0xC2B7EE) is unknown color: approx Melrose. HEX triplet: C2, B7 and EE. RGB value is (194,183,238). Sum of RGB (Red+Green+Blue) = 194+183+238=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2B7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B7EE is #3D4811. Grayscale: #C0C0C0. Windows color (decimal): -4016146 or 15644610. OLE color: 15644610.

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

Color convert

RGB194183238-
CMYK0.180.2300.07
HSL252º61.8%82.55%-
HSV(B)252º23.11%93.33%-
XYZ54.6151.5187.95-
YUV192.56153.64129.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.54%
GREEN value IS 183 (71.88% from 255) = 29.76%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=31.54%
G=29.76%
B=38.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941832380.180.2300.0725261.882.55
HexC2B7EE121707fc3e53
Octal30226735622270737476123
Binary11000010101101111110111010010101110111111111001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B7EE; }

 p { color: rgb(194,183,238); }

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

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

 a { background-color: rgb(194,183,238); }

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

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

 span { border-color: rgb(194,183,238); }

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