#C1ADFA

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

Shades of Melrose #C1ADFA

Tints of Melrose #C1ADFA

Color information

#C1ADFA (or 0xC1ADFA) is unknown color: approx Melrose. HEX triplet: C1, AD and FA. RGB value is (193,173,250). Sum of RGB (Red+Green+Blue) = 193+173+250=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ADFA is #3E5205. Grayscale: #BBBBBB. Windows color (decimal): -4084230 or 16428481. OLE color: 16428481.

HSL color Cylindrical-coordinate representation of color #C1ADFA: hue angle of 255.58º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1ADFA is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193173250-
CMYK0.230.3100.02
HSL255.58º88.51%82.94%-
HSV(B)255.58º30.8%98.04%-
XYZ54.1948.1396.88-
YUV187.76163.13131.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.33%
GREEN value IS 173 (67.97% from 255) = 28.08%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=31.33%
G=28.08%
B=40.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931732500.230.3100.02255.5888.5182.94
HexC1ADFA171F021005953
Octal301255372273702400131123
Binary110000011010110111111010101111111101010000000010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ADFA; }

 p { color: rgb(193,173,250); }

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

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

 a { background-color: rgb(193,173,250); }

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

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

 span { border-color: rgb(193,173,250); }

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