#CBB3EC

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

Shades of Melrose #CBB3EC

Tints of Melrose #CBB3EC

Color information

#CBB3EC (or 0xCBB3EC) is unknown color: approx Melrose. HEX triplet: CB, B3 and EC. RGB value is (203,179,236). Sum of RGB (Red+Green+Blue) = 203+179+236=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBB3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB3EC is #344C13. Grayscale: #C0C0C0. Windows color (decimal): -3427348 or 15512523. OLE color: 15512523.

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

Color convert

RGB203179236-
CMYK0.140.2400.07
HSL265.26º60%81.37%-
HSV(B)265.26º24.15%92.55%-
XYZ55.8950.9986.25-
YUV192.67152.45135.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 179 (70.31% from 255) = 28.96%
BLUE value IS 236 (92.58% from 255) = 38.19%
R=32.85%
G=28.96%
B=38.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031792360.140.2400.07265.266081.37
HexCBB3ECE18071093c51
Octal31326335416300741174121
Binary11001011101100111110110011101100001111000010011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB3EC; }

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

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

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

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

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

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

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

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