#CBB9E7

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

Shades of Melrose #CBB9E7

Tints of Melrose #CBB9E7

Color information

#CBB9E7 (or 0xCBB9E7) is unknown color: approx Melrose. HEX triplet: CB, B9 and E7. RGB value is (203,185,231). Sum of RGB (Red+Green+Blue) = 203+185+231=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBB9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB9E7 is #344618. Grayscale: #C3C3C3. Windows color (decimal): -3425817 or 15186379. OLE color: 15186379.

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

Color convert

RGB203185231-
CMYK0.120.2000.09
HSL263.48º48.94%81.57%-
HSV(B)263.48º19.91%90.59%-
XYZ56.453.1682.89-
YUV195.63147.96133.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.79%
GREEN value IS 185 (72.66% from 255) = 29.89%
BLUE value IS 231 (90.62% from 255) = 37.32%
R=32.79%
G=29.89%
B=37.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031852310.120.2000.09263.4848.9481.57
HexCBB9E7C14091073152
Octal313271347142401140761122
Binary110010111011100111100111110010100010011000001111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9E7; }

 p { color: rgb(203,185,231); }

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

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

 a { background-color: rgb(203,185,231); }

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

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

 span { border-color: rgb(203,185,231); }

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