#C7BBDA

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

Shades of Melrose #C7BBDA

Tints of Melrose #C7BBDA

Color information

#C7BBDA (or 0xC7BBDA) is unknown color: approx Melrose. HEX triplet: C7, BB and DA. RGB value is (199,187,218). Sum of RGB (Red+Green+Blue) = 199+187+218=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBDA is #384425. Grayscale: #C2C2C2. Windows color (decimal): -3687462 or 14334919. OLE color: 14334919.

HSL color Cylindrical-coordinate representation of color #C7BBDA: hue angle of 263.23º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7BBDA is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB199187218-
CMYK0.090.1400.15
HSL263.23º29.52%79.41%-
HSV(B)263.23º14.22%85.49%-
XYZ53.9852.7473.67-
YUV194.12141.48131.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.95%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=32.95%
G=30.96%
B=36.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991872180.090.1400.15263.2329.5279.41
HexC7BBDA9E0F1071e4f
Octal307273332111601740736117
Binary1100011110111011110110101001111001111100000111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BBDA; }

 p { color: rgb(199,187,218); }

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

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

 a { background-color: rgb(199,187,218); }

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

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

 span { border-color: rgb(199,187,218); }

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