#C3ADFB

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

Shades of Melrose #C3ADFB

Tints of Melrose #C3ADFB

Color information

#C3ADFB (or 0xC3ADFB) is unknown color: approx Melrose. HEX triplet: C3, AD and FB. RGB value is (195,173,251). Sum of RGB (Red+Green+Blue) = 195+173+251=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #C3ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ADFB is #3C5204. Grayscale: #BCBCBC. Windows color (decimal): -3953157 or 16494019. OLE color: 16494019.

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

Color convert

RGB195173251-
CMYK0.220.3100.02
HSL256.92º90.7%83.14%-
HSV(B)256.92º31.08%98.43%-
XYZ54.8648.4597.73-
YUV188.47163.29132.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.50%
GREEN value IS 173 (67.97% from 255) = 27.95%
BLUE value IS 251 (98.44% from 255) = 40.55%
R=31.50%
G=27.95%
B=40.55%

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
Decimal1951732510.220.3100.02256.9290.783.14
HexC3ADFB161F021015b53
Octal303255373263702401133123
Binary110000111010110111111011101101111101010000000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADFB; }

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

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

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

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

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

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

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

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