#CBB6E9

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

Shades of Melrose #CBB6E9

Tints of Melrose #CBB6E9

Color information

#CBB6E9 (or 0xCBB6E9) is unknown color: approx Melrose. HEX triplet: CB, B6 and E9. RGB value is (203,182,233). Sum of RGB (Red+Green+Blue) = 203+182+233=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBB6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB6E9 is #344916. Grayscale: #C1C1C1. Windows color (decimal): -3426583 or 15316683. OLE color: 15316683.

HSL color Cylindrical-coordinate representation of color #CBB6E9: hue angle of 264.71º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBB6E9 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203182233-
CMYK0.130.2200.09
HSL264.71º53.68%81.37%-
HSV(B)264.71º21.89%91.37%-
XYZ56.0652.0484.18-
YUV194.09149.96134.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 182 (71.48% from 255) = 29.45%
BLUE value IS 233 (91.41% from 255) = 37.70%
R=32.85%
G=29.45%
B=37.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031822330.130.2200.09264.7153.6881.37
HexCBB6E9D16091093651
Octal313266351152601141166121
Binary110010111011011011101001110110110010011000010011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB6E9; }

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

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

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

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

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

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

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

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