#C2B7EB

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

Shades of Melrose #C2B7EB

Tints of Melrose #C2B7EB

Color information

#C2B7EB (or 0xC2B7EB) is unknown color: approx Melrose. HEX triplet: C2, B7 and EB. RGB value is (194,183,235). Sum of RGB (Red+Green+Blue) = 194+183+235=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2B7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B7EB is #3D4814. Grayscale: #C0C0C0. Windows color (decimal): -4016149 or 15448002. OLE color: 15448002.

HSL color Cylindrical-coordinate representation of color #C2B7EB: hue angle of 252.69º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2B7EB is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194183235-
CMYK0.170.2200.08
HSL252.69º56.52%81.96%-
HSV(B)252.69º22.13%92.16%-
XYZ54.1851.3385.65-
YUV192.22152.14129.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.70%
GREEN value IS 183 (71.88% from 255) = 29.90%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=31.70%
G=29.90%
B=38.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941832350.170.2200.08252.6956.5281.96
HexC2B7EB111608fd3952
Octal302267353212601037571122
Binary110000101011011111101011100011011001000111111011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B7EB; }

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

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

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

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

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

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

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

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