#C8B5EB

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

Shades of Melrose #C8B5EB

Tints of Melrose #C8B5EB

Color information

#C8B5EB (or 0xC8B5EB) is unknown color: approx Melrose. HEX triplet: C8, B5 and EB. RGB value is (200,181,235). Sum of RGB (Red+Green+Blue) = 200+181+235=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 181 (71.09% from 255 or 29.38% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8B5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B5EB is #374A14. Grayscale: #C0C0C0. Windows color (decimal): -3623445 or 15447496. OLE color: 15447496.

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

Color convert

RGB200181235-
CMYK0.150.2300.08
HSL261.11º57.45%81.57%-
HSV(B)261.11º22.98%92.16%-
XYZ55.3451.3385.59-
YUV192.84151.79133.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.47%
GREEN value IS 181 (71.09% from 255) = 29.38%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=32.47%
G=29.38%
B=38.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001812350.150.2300.08261.1157.4581.57
HexC8B5EBF17081053952
Octal310265353172701040571122
Binary110010001011010111101011111110111010001000001011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B5EB; }

 p { color: rgb(200,181,235); }

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

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

 a { background-color: rgb(200,181,235); }

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

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

 span { border-color: rgb(200,181,235); }

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