#C6ADFF

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

Shades of Melrose #C6ADFF

Tints of Melrose #C6ADFF

Color information

#C6ADFF (or 0xC6ADFF) is unknown color: approx Melrose. HEX triplet: C6, AD and FF. RGB value is (198,173,255). Sum of RGB (Red+Green+Blue) = 198+173+255=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ADFF is #395200. Grayscale: #BDBDBD. Windows color (decimal): -3756545 or 16756166. OLE color: 16756166.

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

Color convert

RGB198173255-
CMYK0.220.3200
HSL258.29º100%83.92%-
HSV(B)258.29º32.16%100%-
XYZ56.2849.11101.12-
YUV189.82164.78133.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.63%
GREEN value IS 173 (67.97% from 255) = 27.64%
BLUE value IS 255 (100% from 255) = 40.73%
R=31.63%
G=27.64%
B=40.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981732550.220.3200258.2910083.92
HexC6ADFF1620001026454
Octal306255377264000402144124
Binary110001101010110111111111101101000000010000001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ADFF; }

 p { color: rgb(198,173,255); }

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

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

 a { background-color: rgb(198,173,255); }

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

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

 span { border-color: rgb(198,173,255); }

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