#CBB6EC

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

Shades of Melrose #CBB6EC

Tints of Melrose #CBB6EC

Color information

#CBB6EC (or 0xCBB6EC) is unknown color: approx Melrose. HEX triplet: CB, B6 and EC. RGB value is (203,182,236). Sum of RGB (Red+Green+Blue) = 203+182+236=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBB6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB6EC is #344913. Grayscale: #C2C2C2. Windows color (decimal): -3426580 or 15513291. OLE color: 15513291.

HSL color Cylindrical-coordinate representation of color #CBB6EC: hue angle of 263.33º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBB6EC is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203182236-
CMYK0.140.2300.07
HSL263.33º58.7%81.96%-
HSV(B)263.33º22.88%92.55%-
XYZ56.552.2186.46-
YUV194.43151.46134.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.69%
GREEN value IS 182 (71.48% from 255) = 29.31%
BLUE value IS 236 (92.58% from 255) = 38.00%
R=32.69%
G=29.31%
B=38.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031822360.140.2300.07263.3358.781.96
HexCBB6ECE17071073b52
Octal31326635416270740773122
Binary11001011101101101110110011101011101111000001111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB6EC; }

 p { color: rgb(203,182,236); }

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

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

 a { background-color: rgb(203,182,236); }

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

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

 span { border-color: rgb(203,182,236); }

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