#C8B9EF

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

Shades of Melrose #C8B9EF

Tints of Melrose #C8B9EF

Color information

#C8B9EF (or 0xC8B9EF) is unknown color: approx Melrose. HEX triplet: C8, B9 and EF. RGB value is (200,185,239). Sum of RGB (Red+Green+Blue) = 200+185+239=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8B9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B9EF is #374610. Grayscale: #C3C3C3. Windows color (decimal): -3622417 or 15710664. OLE color: 15710664.

HSL color Cylindrical-coordinate representation of color #C8B9EF: hue angle of 256.67º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8B9EF is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200185239-
CMYK0.160.2300.06
HSL256.67º62.79%83.14%-
HSV(B)256.67º22.59%93.73%-
XYZ56.7553.2188.94-
YUV195.64152.47131.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.05%
GREEN value IS 185 (72.66% from 255) = 29.65%
BLUE value IS 239 (93.75% from 255) = 38.30%
R=32.05%
G=29.65%
B=38.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2001852390.160.2300.06256.6762.7983.14
HexC8B9EF1017061013f53
Octal31027135720270640177123
Binary110010001011100111101111100001011101101000000011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B9EF; }

 p { color: rgb(200,185,239); }

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

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

 a { background-color: rgb(200,185,239); }

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

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

 span { border-color: rgb(200,185,239); }

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