#C3ADEA

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

Shades of Melrose #C3ADEA

Tints of Melrose #C3ADEA

Color information

#C3ADEA (or 0xC3ADEA) is unknown color: approx Melrose. HEX triplet: C3, AD and EA. RGB value is (195,173,234). Sum of RGB (Red+Green+Blue) = 195+173+234=602 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.39% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ADEA is #3C5215. Grayscale: #BABABA. Windows color (decimal): -3953174 or 15379907. OLE color: 15379907.

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

Color convert

RGB195173234-
CMYK0.170.2600.08
HSL261.64º59.22%79.8%-
HSV(B)261.64º26.07%91.76%-
XYZ52.347.4384.24-
YUV186.53154.79134.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.39%
GREEN value IS 173 (67.97% from 255) = 28.74%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=32.39%
G=28.74%
B=38.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951732340.170.2600.08261.6459.2279.8
HexC3ADEA111A081063b50
Octal303255352213201040673120
Binary1100001110101101111010101000111010010001000001101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADEA; }

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

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

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

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

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

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

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

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