#C5AFED

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

Shades of Melrose #C5AFED

Tints of Melrose #C5AFED

Color information

#C5AFED (or 0xC5AFED) is unknown color: approx Melrose. HEX triplet: C5, AF and ED. RGB value is (197,175,237). Sum of RGB (Red+Green+Blue) = 197+175+237=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AFED is #3A5012. Grayscale: #BCBCBC. Windows color (decimal): -3821587 or 15577029. OLE color: 15577029.

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

Color convert

RGB197175237-
CMYK0.170.2600.07
HSL261.29º63.27%80.78%-
HSV(B)261.29º26.16%92.94%-
XYZ53.6448.6486.68-
YUV188.65155.29133.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.35%
GREEN value IS 175 (68.75% from 255) = 28.74%
BLUE value IS 237 (92.97% from 255) = 38.92%
R=32.35%
G=28.74%
B=38.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971752370.170.2600.07261.2963.2780.78
HexC5AFED111A071053f51
Octal30525735521320740577121
Binary110001011010111111101101100011101001111000001011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AFED; }

 p { color: rgb(197,175,237); }

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

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

 a { background-color: rgb(197,175,237); }

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

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

 span { border-color: rgb(197,175,237); }

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