#C2AEFD

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

Shades of Melrose #C2AEFD

Tints of Melrose #C2AEFD

Color information

#C2AEFD (or 0xC2AEFD) is unknown color: approx Melrose. HEX triplet: C2, AE and FD. RGB value is (194,174,253). Sum of RGB (Red+Green+Blue) = 194+174+253=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2AEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AEFD is #3D5102. Grayscale: #BCBCBC. Windows color (decimal): -4018435 or 16625346. OLE color: 16625346.

HSL color Cylindrical-coordinate representation of color #C2AEFD: hue angle of 255.19º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2AEFD is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194174253-
CMYK0.230.3100.01
HSL255.19º95.18%83.73%-
HSV(B)255.19º31.23%99.22%-
XYZ55.1148.8399.45-
YUV188.99164.13131.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.24%
GREEN value IS 174 (68.36% from 255) = 28.02%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=31.24%
G=28.02%
B=40.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941742530.230.3100.01255.1995.1883.73
HexC2AEFD171F01ff5f54
Octal302256375273701377137124
Binary1100001010101110111111011011111111011111111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AEFD; }

 p { color: rgb(194,174,253); }

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

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

 a { background-color: rgb(194,174,253); }

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

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

 span { border-color: rgb(194,174,253); }

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