#CBBAE9

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

Shades of Melrose #CBBAE9

Tints of Melrose #CBBAE9

Color information

#CBBAE9 (or 0xCBBAE9) is unknown color: approx Melrose. HEX triplet: CB, BA and E9. RGB value is (203,186,233). Sum of RGB (Red+Green+Blue) = 203+186+233=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBBAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBAE9 is #344516. Grayscale: #C4C4C4. Windows color (decimal): -3425559 or 15317707. OLE color: 15317707.

HSL color Cylindrical-coordinate representation of color #CBBAE9: hue angle of 261.7º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBBAE9 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203186233-
CMYK0.130.2000.09
HSL261.7º51.65%82.16%-
HSV(B)261.7º20.17%91.37%-
XYZ56.953.784.46-
YUV196.44148.63132.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.64%
GREEN value IS 186 (73.05% from 255) = 29.90%
BLUE value IS 233 (91.41% from 255) = 37.46%
R=32.64%
G=29.90%
B=37.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031862330.130.2000.09261.751.6582.16
HexCBBAE9D14091063452
Octal313272351152401140664122
Binary110010111011101011101001110110100010011000001101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBAE9; }

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

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

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

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

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

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

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

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