#CBB8EB

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

Shades of Melrose #CBB8EB

Tints of Melrose #CBB8EB

Color information

#CBB8EB (or 0xCBB8EB) is unknown color: approx Melrose. HEX triplet: CB, B8 and EB. RGB value is (203,184,235). Sum of RGB (Red+Green+Blue) = 203+184+235=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBB8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB8EB is #344714. Grayscale: #C3C3C3. Windows color (decimal): -3426069 or 15448267. OLE color: 15448267.

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

Color convert

RGB203184235-
CMYK0.140.2200.08
HSL262.35º56.04%82.16%-
HSV(B)262.35º21.7%92.16%-
XYZ56.7652.9885.83-
YUV195.49150.29133.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.64%
GREEN value IS 184 (72.27% from 255) = 29.58%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=32.64%
G=29.58%
B=37.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031842350.140.2200.08262.3556.0482.16
HexCBB8EBE16081063852
Octal313270353162601040670122
Binary110010111011100011101011111010110010001000001101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB8EB; }

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

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

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

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

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

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

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

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