#C4ADED

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

Shades of Melrose #C4ADED

Tints of Melrose #C4ADED

Color information

#C4ADED (or 0xC4ADED) is unknown color: approx Melrose. HEX triplet: C4, AD and ED. RGB value is (196,173,237). Sum of RGB (Red+Green+Blue) = 196+173+237=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ADED is #3B5212. Grayscale: #BABABA. Windows color (decimal): -3887635 or 15576516. OLE color: 15576516.

HSL color Cylindrical-coordinate representation of color #C4ADED: hue angle of 261.56º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4ADED is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196173237-
CMYK0.170.2700.07
HSL261.56º64%80.39%-
HSV(B)261.56º27%92.94%-
XYZ52.9947.7486.54-
YUV187.17156.12134.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.34%
GREEN value IS 173 (67.97% from 255) = 28.55%
BLUE value IS 237 (92.97% from 255) = 39.11%
R=32.34%
G=28.55%
B=39.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961732370.170.2700.07261.566480.39
HexC4ADED111B071064050
Octal304255355213307406100120
Binary1100010010101101111011011000111011011110000011010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ADED; }

 p { color: rgb(196,173,237); }

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

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

 a { background-color: rgb(196,173,237); }

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

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

 span { border-color: rgb(196,173,237); }

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