#C8B7EE

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

Shades of Melrose #C8B7EE

Tints of Melrose #C8B7EE

Color information

#C8B7EE (or 0xC8B7EE) is unknown color: approx Melrose. HEX triplet: C8, B7 and EE. RGB value is (200,183,238). Sum of RGB (Red+Green+Blue) = 200+183+238=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8B7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B7EE is #374811. Grayscale: #C2C2C2. Windows color (decimal): -3622930 or 15644616. OLE color: 15644616.

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

Color convert

RGB200183238-
CMYK0.160.2300.07
HSL258.55º61.8%82.55%-
HSV(B)258.55º23.11%93.33%-
XYZ56.1952.3288.03-
YUV194.35152.63132.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.21%
GREEN value IS 183 (71.88% from 255) = 29.47%
BLUE value IS 238 (93.36% from 255) = 38.33%
R=32.21%
G=29.47%
B=38.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001832380.160.2300.07258.5561.882.55
HexC8B7EE1017071033e53
Octal31026735620270740376123
Binary110010001011011111101110100001011101111000000111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B7EE; }

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

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

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

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

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

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

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

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