#C7B5EE

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

Shades of Melrose #C7B5EE

Tints of Melrose #C7B5EE

Color information

#C7B5EE (or 0xC7B5EE) is unknown color: approx Melrose. HEX triplet: C7, B5 and EE. RGB value is (199,181,238). Sum of RGB (Red+Green+Blue) = 199+181+238=618 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.20% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7B5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B5EE is #384A11. Grayscale: #C0C0C0. Windows color (decimal): -3688978 or 15644103. OLE color: 15644103.

HSL color Cylindrical-coordinate representation of color #C7B5EE: hue angle of 258.95º degrees, saturation: 0.63, 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 #C7B5EE is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199181238-
CMYK0.160.2400.07
HSL258.95º62.64%82.16%-
HSV(B)258.95º23.95%93.33%-
XYZ55.5151.3687.88-
YUV192.88153.46132.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.20%
GREEN value IS 181 (71.09% from 255) = 29.29%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=32.20%
G=29.29%
B=38.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1991812380.160.2400.07258.9562.6482.16
HexC7B5EE1018071033f52
Octal30726535620300740377122
Binary110001111011010111101110100001100001111000000111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B5EE; }

 p { color: rgb(199,181,238); }

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

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

 a { background-color: rgb(199,181,238); }

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

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

 span { border-color: rgb(199,181,238); }

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