#C3B8E6

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

Shades of Melrose #C3B8E6

Tints of Melrose #C3B8E6

Color information

#C3B8E6 (or 0xC3B8E6) is unknown color: approx Melrose. HEX triplet: C3, B8 and E6. RGB value is (195,184,230). Sum of RGB (Red+Green+Blue) = 195+184+230=609 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.02% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 230 - color contains mainly: blue. Hex color #C3B8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B8E6 is #3C4719. Grayscale: #C0C0C0. Windows color (decimal): -3950362 or 15120579. OLE color: 15120579.

HSL color Cylindrical-coordinate representation of color #C3B8E6: hue angle of 254.35º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3B8E6 is Cyan = 0.15, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB195184230-
CMYK0.150.200.10
HSL254.35º47.92%81.18%-
HSV(B)254.35º20%90.2%-
XYZ53.9351.681.98-
YUV192.53149.14129.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.02%
GREEN value IS 184 (72.27% from 255) = 30.21%
BLUE value IS 230 (90.23% from 255) = 37.77%
R=32.02%
G=30.21%
B=37.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1951842300.150.200.10254.3547.9281.18
HexC3B8E6F140Afe3051
Octal303270346172401237660121
Binary11000011101110001110011011111010001010111111101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B8E6; }

 p { color: rgb(195,184,230); }

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

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

 a { background-color: rgb(195,184,230); }

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

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

 span { border-color: rgb(195,184,230); }

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