#C9B8F3

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

Shades of Melrose #C9B8F3

Tints of Melrose #C9B8F3

Color information

#C9B8F3 (or 0xC9B8F3) is unknown color: approx Melrose. HEX triplet: C9, B8 and F3. RGB value is (201,184,243). Sum of RGB (Red+Green+Blue) = 201+184+243=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 184 (72.27% from 255 or 29.30% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9B8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B8F3 is #36470C. Grayscale: #C3C3C3. Windows color (decimal): -3557133 or 15972553. OLE color: 15972553.

HSL color Cylindrical-coordinate representation of color #C9B8F3: hue angle of 257.29º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9B8F3 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB201184243-
CMYK0.170.2400.05
HSL257.29º71.08%83.73%-
HSV(B)257.29º24.28%95.29%-
XYZ57.4153.1792.03-
YUV195.81154.63131.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.01%
GREEN value IS 184 (72.27% from 255) = 29.30%
BLUE value IS 243 (95.31% from 255) = 38.69%
R=32.01%
G=29.30%
B=38.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011842430.170.2400.05257.2971.0883.73
HexC9B8F31118051014754
Octal311270363213005401107124
Binary1100100110111000111100111000111000010110000000110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B8F3; }

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

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

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

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

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

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

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

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