#C1AFE6

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

Shades of Melrose #C1AFE6

Tints of Melrose #C1AFE6

Color information

#C1AFE6 (or 0xC1AFE6) is unknown color: approx Melrose. HEX triplet: C1, AF and E6. RGB value is (193,175,230). Sum of RGB (Red+Green+Blue) = 193+175+230=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 230 - color contains mainly: blue. Hex color #C1AFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AFE6 is #3E5019. Grayscale: #BABABA. Windows color (decimal): -4083738 or 15118273. OLE color: 15118273.

HSL color Cylindrical-coordinate representation of color #C1AFE6: hue angle of 259.64º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1AFE6 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB193175230-
CMYK0.160.2400.10
HSL259.64º52.38%79.41%-
HSV(B)259.64º23.91%90.2%-
XYZ51.6147.7181.35-
YUV186.65152.46132.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.27%
GREEN value IS 175 (68.75% from 255) = 29.26%
BLUE value IS 230 (90.23% from 255) = 38.46%
R=32.27%
G=29.26%
B=38.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1931752300.160.2400.10259.6452.3879.41
HexC1AFE610180A104344f
Octal301257346203001240464117
Binary1100000110101111111001101000011000010101000001001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AFE6; }

 p { color: rgb(193,175,230); }

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

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

 a { background-color: rgb(193,175,230); }

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

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

 span { border-color: rgb(193,175,230); }

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