#C3ADFA

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

Shades of Melrose #C3ADFA

Tints of Melrose #C3ADFA

Color information

#C3ADFA (or 0xC3ADFA) is unknown color: approx Melrose. HEX triplet: C3, AD and FA. RGB value is (195,173,250). Sum of RGB (Red+Green+Blue) = 195+173+250=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ADFA is #3C5205. Grayscale: #BCBCBC. Windows color (decimal): -3953158 or 16428483. OLE color: 16428483.

HSL color Cylindrical-coordinate representation of color #C3ADFA: hue angle of 257.14º 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 #C3ADFA is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195173250-
CMYK0.220.3100.02
HSL257.14º88.51%82.94%-
HSV(B)257.14º30.8%98.04%-
XYZ54.748.3996.9-
YUV188.36162.79132.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.55%
GREEN value IS 173 (67.97% from 255) = 27.99%
BLUE value IS 250 (98.05% from 255) = 40.45%
R=31.55%
G=27.99%
B=40.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1951732500.220.3100.02257.1488.5182.94
HexC3ADFA161F021015953
Octal303255372263702401131123
Binary110000111010110111111010101101111101010000000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADFA; }

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

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

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

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

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

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

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

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