#CBB8EA

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

Shades of Melrose #CBB8EA

Tints of Melrose #CBB8EA

Color information

#CBB8EA (or 0xCBB8EA) is unknown color: approx Melrose. HEX triplet: CB, B8 and EA. RGB value is (203,184,234). Sum of RGB (Red+Green+Blue) = 203+184+234=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 184 (72.27% from 255 or 29.63% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBB8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB8EA is #344715. Grayscale: #C3C3C3. Windows color (decimal): -3426070 or 15382731. OLE color: 15382731.

HSL color Cylindrical-coordinate representation of color #CBB8EA: hue angle of 262.8º degrees, saturation: 0.54, 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 #CBB8EA is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203184234-
CMYK0.130.2100.08
HSL262.8º54.35%81.96%-
HSV(B)262.8º21.37%91.76%-
XYZ56.6252.9285.07-
YUV195.38149.79133.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.69%
GREEN value IS 184 (72.27% from 255) = 29.63%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=32.69%
G=29.63%
B=37.68%

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
Decimal2031842340.130.2100.08262.854.3581.96
HexCBB8EAD15081073652
Octal313270352152501040766122
Binary110010111011100011101010110110101010001000001111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB8EA; }

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

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

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

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

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

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

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

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