#C9B6F9

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

Shades of Melrose #C9B6F9

Tints of Melrose #C9B6F9

Color information

#C9B6F9 (or 0xC9B6F9) is unknown color: approx Melrose. HEX triplet: C9, B6 and F9. RGB value is (201,182,249). Sum of RGB (Red+Green+Blue) = 201+182+249=632 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.80% from 632); Green value is 182 (71.48% from 255 or 28.80% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #C9B6F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B6F9 is #364906. Grayscale: #C3C3C3. Windows color (decimal): -3557639 or 16365257. OLE color: 16365257.

HSL color Cylindrical-coordinate representation of color #C9B6F9: hue angle of 257.01º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9B6F9 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201182249-
CMYK0.190.2700.02
HSL257.01º84.81%84.51%-
HSV(B)257.01º26.91%97.65%-
XYZ57.9152.7196.74-
YUV195.32158.29132.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.80%
GREEN value IS 182 (71.48% from 255) = 28.80%
BLUE value IS 249 (97.66% from 255) = 39.40%
R=31.80%
G=28.80%
B=39.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011822490.190.2700.02257.0184.8184.51
HexC9B6F9131B021015555
Octal311266371233302401125125
Binary110010011011011011111001100111101101010000000110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B6F9; }

 p { color: rgb(201,182,249); }

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

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

 a { background-color: rgb(201,182,249); }

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

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

 span { border-color: rgb(201,182,249); }

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