#CBB5EC

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

Shades of Melrose #CBB5EC

Tints of Melrose #CBB5EC

Color information

#CBB5EC (or 0xCBB5EC) is unknown color: approx Melrose. HEX triplet: CB, B5 and EC. RGB value is (203,181,236). Sum of RGB (Red+Green+Blue) = 203+181+236=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBB5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB5EC is #344A13. Grayscale: #C1C1C1. Windows color (decimal): -3426836 or 15513035. OLE color: 15513035.

HSL color Cylindrical-coordinate representation of color #CBB5EC: hue angle of 264º 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 #CBB5EC is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203181236-
CMYK0.140.2300.07
HSL264º59.14%81.76%-
HSV(B)264º23.31%92.55%-
XYZ56.2951.886.39-
YUV193.85151.79134.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.74%
GREEN value IS 181 (71.09% from 255) = 29.19%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=32.74%
G=29.19%
B=38.06%

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
Decimal2031812360.140.2300.0726459.1481.76
HexCBB5ECE17071083b52
Octal31326535416270741073122
Binary11001011101101011110110011101011101111000010001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5EC; }

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

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

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

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

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

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

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

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