#C1AEFD

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

Shades of Melrose #C1AEFD

Tints of Melrose #C1AEFD

Color information

#C1AEFD (or 0xC1AEFD) is unknown color: approx Melrose. HEX triplet: C1, AE and FD. RGB value is (193,174,253). Sum of RGB (Red+Green+Blue) = 193+174+253=620 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.13% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1AEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AEFD is #3E5102. Grayscale: #BCBCBC. Windows color (decimal): -4083971 or 16625345. OLE color: 16625345.

HSL color Cylindrical-coordinate representation of color #C1AEFD: hue angle of 254.43º 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 #C1AEFD is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB193174253-
CMYK0.240.3100.01
HSL254.43º95.18%83.73%-
HSV(B)254.43º31.23%99.22%-
XYZ54.8648.799.44-
YUV188.69164.29131.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.13%
GREEN value IS 174 (68.36% from 255) = 28.06%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=31.13%
G=28.06%
B=40.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1931742530.240.3100.01254.4395.1883.73
HexC1AEFD181F01fe5f54
Octal301256375303701376137124
Binary1100000110101110111111011100011111011111111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AEFD; }

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

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

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

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

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

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

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

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