#C9C3DB

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

Shades of Melrose #C9C3DB

Tints of Melrose #C9C3DB

Color information

#C9C3DB (or 0xC9C3DB) is unknown color: approx Melrose. HEX triplet: C9, C3 and DB. RGB value is (201,195,219). Sum of RGB (Red+Green+Blue) = 201+195+219=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9C3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C3DB is #363C24. Grayscale: #C7C7C7. Windows color (decimal): -3554341 or 14402505. OLE color: 14402505.

HSL color Cylindrical-coordinate representation of color #C9C3DB: hue angle of 255º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9C3DB is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201195219-
CMYK0.080.1100.14
HSL255º25%81.18%-
HSV(B)255º10.96%85.88%-
XYZ56.3956.5674.96-
YUV199.53138.99129.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.68%
GREEN value IS 195 (76.56% from 255) = 31.71%
BLUE value IS 219 (85.94% from 255) = 35.61%
R=32.68%
G=31.71%
B=35.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011952190.080.1100.142552581.18
HexC9C3DB8B0Eff1951
Octal311303333101301637731121
Binary110010011100001111011011100010110111011111111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C3DB; }

 p { color: rgb(201,195,219); }

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

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

 a { background-color: rgb(201,195,219); }

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

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

 span { border-color: rgb(201,195,219); }

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