#C4BBDD

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

Shades of Melrose #C4BBDD

Tints of Melrose #C4BBDD

Color information

#C4BBDD (or 0xC4BBDD) is unknown color: approx Melrose. HEX triplet: C4, BB and DD. RGB value is (196,187,221). Sum of RGB (Red+Green+Blue) = 196+187+221=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBDD is #3B4422. Grayscale: #C1C1C1. Windows color (decimal): -3884067 or 14531524. OLE color: 14531524.

HSL color Cylindrical-coordinate representation of color #C4BBDD: hue angle of 255.88º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4BBDD is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196187221-
CMYK0.110.1500.13
HSL255.88º33.33%80%-
HSV(B)255.88º15.38%86.67%-
XYZ53.5952.575.72-
YUV193.57143.48129.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.45%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=32.45%
G=30.96%
B=36.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961872210.110.1500.13255.8833.3380
HexC4BBDDBF0D1002150
Octal304273335131701540041120
Binary11000100101110111101110110111111011011000000001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBDD; }

 p { color: rgb(196,187,221); }

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

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

 a { background-color: rgb(196,187,221); }

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

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

 span { border-color: rgb(196,187,221); }

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