#CBB5E7

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

Shades of Melrose #CBB5E7

Tints of Melrose #CBB5E7

Color information

#CBB5E7 (or 0xCBB5E7) is unknown color: approx Melrose. HEX triplet: CB, B5 and E7. RGB value is (203,181,231). Sum of RGB (Red+Green+Blue) = 203+181+231=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 181 (71.09% from 255 or 29.43% from 615); Blue value is 231 (90.62% from 255 or 37.56% from 615); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBB5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB5E7 is #344A18. Grayscale: #C1C1C1. Windows color (decimal): -3426841 or 15185355. OLE color: 15185355.

HSL color Cylindrical-coordinate representation of color #CBB5E7: hue angle of 266.4º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBB5E7 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203181231-
CMYK0.120.2200.09
HSL266.4º51.02%80.78%-
HSV(B)266.4º21.65%90.59%-
XYZ55.5851.5182.62-
YUV193.28149.29134.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.01%
GREEN value IS 181 (71.09% from 255) = 29.43%
BLUE value IS 231 (90.62% from 255) = 37.56%
R=33.01%
G=29.43%
B=37.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031812310.120.2200.09266.451.0280.78
HexCBB5E7C160910a3351
Octal313265347142601141263121
Binary110010111011010111100111110010110010011000010101100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5E7; }

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

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

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

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

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

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

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

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