#CBB5EA

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

Shades of Melrose #CBB5EA

Tints of Melrose #CBB5EA

Color information

#CBB5EA (or 0xCBB5EA) is unknown color: approx Melrose. HEX triplet: CB, B5 and EA. RGB value is (203,181,234). Sum of RGB (Red+Green+Blue) = 203+181+234=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBB5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB5EA is #344A15. Grayscale: #C1C1C1. Windows color (decimal): -3426838 or 15381963. OLE color: 15381963.

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

Color convert

RGB203181234-
CMYK0.130.2300.08
HSL264.91º55.79%81.37%-
HSV(B)264.91º22.65%91.76%-
XYZ5651.6884.87-
YUV193.62150.79134.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 181 (71.09% from 255) = 29.29%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=32.85%
G=29.29%
B=37.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031812340.130.2300.08264.9155.7981.37
HexCBB5EAD17081093851
Octal313265352152701041170121
Binary110010111011010111101010110110111010001000010011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5EA; }

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

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

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

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

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

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

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

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