#C6AFFB

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

Shades of Melrose #C6AFFB

Tints of Melrose #C6AFFB

Color information

#C6AFFB (or 0xC6AFFB) is unknown color: approx Melrose. HEX triplet: C6, AF and FB. RGB value is (198,175,251). Sum of RGB (Red+Green+Blue) = 198+175+251=624 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.73% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #C6AFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AFFB is #395004. Grayscale: #BEBEBE. Windows color (decimal): -3756037 or 16494534. OLE color: 16494534.

HSL color Cylindrical-coordinate representation of color #C6AFFB: hue angle of 258.16º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6AFFB is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198175251-
CMYK0.210.3000.02
HSL258.16º90.48%83.53%-
HSV(B)258.16º30.28%98.43%-
XYZ56.0349.6397.89-
YUV190.54162.12133.32-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.73%
GREEN value IS 175 (68.75% from 255) = 28.04%
BLUE value IS 251 (98.44% from 255) = 40.22%
R=31.73%
G=28.04%
B=40.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981752510.210.3000.02258.1690.4883.53
HexC6AFFB151E021025a54
Octal306257373253602402132124
Binary110001101010111111111011101011111001010000001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AFFB; }

 p { color: rgb(198,175,251); }

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

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

 a { background-color: rgb(198,175,251); }

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

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

 span { border-color: rgb(198,175,251); }

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