#C9B8F6

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

Shades of Melrose #C9B8F6

Tints of Melrose #C9B8F6

Color information

#C9B8F6 (or 0xC9B8F6) is unknown color: approx Melrose. HEX triplet: C9, B8 and F6. RGB value is (201,184,246). Sum of RGB (Red+Green+Blue) = 201+184+246=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 184 (72.27% from 255 or 29.16% from 631); Blue value is 246 (96.48% from 255 or 38.99% from 631); Max value from RGB is 246 - color contains mainly: blue. Hex color #C9B8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B8F6 is #364709. Grayscale: #C3C3C3. Windows color (decimal): -3557130 or 16169161. OLE color: 16169161.

HSL color Cylindrical-coordinate representation of color #C9B8F6: hue angle of 256.45º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9B8F6 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB201184246-
CMYK0.180.2500.04
HSL256.45º77.5%84.31%-
HSV(B)256.45º25.2%96.47%-
XYZ57.8653.3594.44-
YUV196.15156.13131.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.85%
GREEN value IS 184 (72.27% from 255) = 29.16%
BLUE value IS 246 (96.48% from 255) = 38.99%
R=31.85%
G=29.16%
B=38.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2011842460.180.2500.04256.4577.584.31
HexC9B8F61219041004e54
Octal311270366223104400116124
Binary1100100110111000111101101001011001010010000000010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B8F6; }

 p { color: rgb(201,184,246); }

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

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

 a { background-color: rgb(201,184,246); }

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

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

 span { border-color: rgb(201,184,246); }

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