#C4AEEE

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

Shades of Melrose #C4AEEE

Tints of Melrose #C4AEEE

Color information

#C4AEEE (or 0xC4AEEE) is unknown color: approx Melrose. HEX triplet: C4, AE and EE. RGB value is (196,174,238). Sum of RGB (Red+Green+Blue) = 196+174+238=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AEEE is #3B5111. Grayscale: #BBBBBB. Windows color (decimal): -3887378 or 15642308. OLE color: 15642308.

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

Color convert

RGB196174238-
CMYK0.180.2700.07
HSL260.62º65.31%80.78%-
HSV(B)260.62º26.89%93.33%-
XYZ53.3348.1887.38-
YUV187.87156.29133.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.24%
GREEN value IS 174 (68.36% from 255) = 28.62%
BLUE value IS 238 (93.36% from 255) = 39.14%
R=32.24%
G=28.62%
B=39.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961742380.180.2700.07260.6265.3180.78
HexC4AEEE121B071054151
Octal304256356223307405101121
Binary1100010010101110111011101001011011011110000010110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AEEE; }

 p { color: rgb(196,174,238); }

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

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

 a { background-color: rgb(196,174,238); }

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

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

 span { border-color: rgb(196,174,238); }

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