#CBBAEA

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

Shades of Melrose #CBBAEA

Tints of Melrose #CBBAEA

Color information

#CBBAEA (or 0xCBBAEA) is unknown color: approx Melrose. HEX triplet: CB, BA and EA. RGB value is (203,186,234). Sum of RGB (Red+Green+Blue) = 203+186+234=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBBAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBAEA is #344515. Grayscale: #C4C4C4. Windows color (decimal): -3425558 or 15383243. OLE color: 15383243.

HSL color Cylindrical-coordinate representation of color #CBBAEA: hue angle of 261.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBBAEA is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203186234-
CMYK0.130.2100.08
HSL261.25º53.33%82.35%-
HSV(B)261.25º20.51%91.76%-
XYZ57.0453.7585.21-
YUV196.56149.13132.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.58%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=32.58%
G=29.86%
B=37.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031862340.130.2100.08261.2553.3382.35
HexCBBAEAD15081053552
Octal313272352152501040565122
Binary110010111011101011101010110110101010001000001011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBAEA; }

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

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

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

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

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

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

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

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