#C6AFFE

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

Shades of Melrose #C6AFFE

Tints of Melrose #C6AFFE

Color information

#C6AFFE (or 0xC6AFFE) is unknown color: approx Melrose. HEX triplet: C6, AF and FE. RGB value is (198,175,254). Sum of RGB (Red+Green+Blue) = 198+175+254=627 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.58% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AFFE is #395001. Grayscale: #BEBEBE. Windows color (decimal): -3756034 or 16691142. OLE color: 16691142.

HSL color Cylindrical-coordinate representation of color #C6AFFE: hue angle of 257.47º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6AFFE is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB198175254-
CMYK0.220.3100.00
HSL257.47º97.53%84.12%-
HSV(B)257.47º31.1%99.61%-
XYZ56.5149.82100.4-
YUV190.88163.62133.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.58%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=31.58%
G=27.91%
B=40.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1981752540.220.3100.00257.4797.5384.12
HexC6AFFE161F001016254
Octal306257376263700401142124
Binary11000110101011111111111010110111110010000000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AFFE; }

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

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

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

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

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

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

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

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