#C8C3EA

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

Shades of Melrose #C8C3EA

Tints of Melrose #C8C3EA

Color information

#C8C3EA (or 0xC8C3EA) is unknown color: approx Melrose. HEX triplet: C8, C3 and EA. RGB value is (200,195,234). Sum of RGB (Red+Green+Blue) = 200+195+234=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 195 (76.56% from 255 or 31.00% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8C3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C3EA is #373C15. Grayscale: #C8C8C8. Windows color (decimal): -3619862 or 15385544. OLE color: 15385544.

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

Color convert

RGB200195234-
CMYK0.150.1700.08
HSL247.69º48.15%84.12%-
HSV(B)247.69º16.67%91.76%-
XYZ58.1957.2585.83-
YUV200.94146.66127.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.80%
GREEN value IS 195 (76.56% from 255) = 31.00%
BLUE value IS 234 (91.80% from 255) = 37.20%
R=31.80%
G=31.00%
B=37.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001952340.150.1700.08247.6948.1584.12
HexC8C3EAF1108f83054
Octal310303352172101037060124
Binary11001000110000111110101011111000101000111110001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C3EA; }

 p { color: rgb(200,195,234); }

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

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

 a { background-color: rgb(200,195,234); }

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

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

 span { border-color: rgb(200,195,234); }

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