#C0B4DB

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

Shades of Melrose #C0B4DB

Tints of Melrose #C0B4DB

Color information

#C0B4DB (or 0xC0B4DB) is unknown color: approx Melrose. HEX triplet: C0, B4 and DB. RGB value is (192,180,219). Sum of RGB (Red+Green+Blue) = 192+180+219=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0B4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B4DB is #3F4B24. Grayscale: #BBBBBB. Windows color (decimal): -4148005 or 14398656. OLE color: 14398656.

HSL color Cylindrical-coordinate representation of color #C0B4DB: hue angle of 258.46º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0B4DB is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192180219-
CMYK0.120.1800.14
HSL258.46º35.14%78.24%-
HSV(B)258.46º17.81%85.88%-
XYZ50.8548.9673.79-
YUV188.03145.48130.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.49%
GREEN value IS 180 (70.70% from 255) = 30.46%
BLUE value IS 219 (85.94% from 255) = 37.06%
R=32.49%
G=30.46%
B=37.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921802190.120.1800.14258.4635.1478.24
HexC0B4DBC120E102234e
Octal300264333142201640243116
Binary110000001011010011011011110010010011101000000101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B4DB; }

 p { color: rgb(192,180,219); }

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

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

 a { background-color: rgb(192,180,219); }

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

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

 span { border-color: rgb(192,180,219); }

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