#C9B3FB

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

Shades of Melrose #C9B3FB

Tints of Melrose #C9B3FB

Color information

#C9B3FB (or 0xC9B3FB) is unknown color: approx Melrose. HEX triplet: C9, B3 and FB. RGB value is (201,179,251). Sum of RGB (Red+Green+Blue) = 201+179+251=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 179 (70.31% from 255 or 28.37% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #C9B3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B3FB is #364C04. Grayscale: #C1C1C1. Windows color (decimal): -3558405 or 16495561. OLE color: 16495561.

HSL color Cylindrical-coordinate representation of color #C9B3FB: hue angle of 258.33º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9B3FB is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201179251-
CMYK0.200.2900.02
HSL258.33º90%84.31%-
HSV(B)258.33º28.69%98.43%-
XYZ57.6251.6298.19-
YUV193.79160.29133.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.85%
GREEN value IS 179 (70.31% from 255) = 28.37%
BLUE value IS 251 (98.44% from 255) = 39.78%
R=31.85%
G=28.37%
B=39.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011792510.200.2900.02258.339084.31
HexC9B3FB141D021025a54
Octal311263373243502402132124
Binary110010011011001111111011101001110101010000001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B3FB; }

 p { color: rgb(201,179,251); }

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

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

 a { background-color: rgb(201,179,251); }

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

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

 span { border-color: rgb(201,179,251); }

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