#CBB9EB

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

Shades of Melrose #CBB9EB

Tints of Melrose #CBB9EB

Color information

#CBB9EB (or 0xCBB9EB) is unknown color: approx Melrose. HEX triplet: CB, B9 and EB. RGB value is (203,185,235). Sum of RGB (Red+Green+Blue) = 203+185+235=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBB9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB9EB is #344614. Grayscale: #C3C3C3. Windows color (decimal): -3425813 or 15448523. OLE color: 15448523.

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

Color convert

RGB203185235-
CMYK0.140.2100.08
HSL261.6º55.56%82.35%-
HSV(B)261.6º21.28%92.16%-
XYZ56.9753.3985.9-
YUV196.08149.96132.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.58%
GREEN value IS 185 (72.66% from 255) = 29.70%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=32.58%
G=29.70%
B=37.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031852350.140.2100.08261.655.5682.35
HexCBB9EBE15081063852
Octal313271353162501040670122
Binary110010111011100111101011111010101010001000001101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9EB; }

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

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

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

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

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

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

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

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