#CBBBE9

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

Shades of Melrose #CBBBE9

Tints of Melrose #CBBBE9

Color information

#CBBBE9 (or 0xCBBBE9) is unknown color: approx Melrose. HEX triplet: CB, BB and E9. RGB value is (203,187,233). Sum of RGB (Red+Green+Blue) = 203+187+233=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBBBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBBE9 is #344416. Grayscale: #C4C4C4. Windows color (decimal): -3425303 or 15317963. OLE color: 15317963.

HSL color Cylindrical-coordinate representation of color #CBBBE9: hue angle of 260.87º degrees, saturation: 0.51, 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 #CBBBE9 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203187233-
CMYK0.130.2000.09
HSL260.87º51.11%82.35%-
HSV(B)260.87º19.74%91.37%-
XYZ57.1154.1284.53-
YUV197.03148.3132.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.58%
GREEN value IS 187 (73.44% from 255) = 30.02%
BLUE value IS 233 (91.41% from 255) = 37.40%
R=32.58%
G=30.02%
B=37.40%

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
Decimal2031872330.130.2000.09260.8751.1182.35
HexCBBBE9D14091053352
Octal313273351152401140563122
Binary110010111011101111101001110110100010011000001011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBE9; }

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

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

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

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

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

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

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

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