#CBB8E7

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

Shades of Melrose #CBB8E7

Tints of Melrose #CBB8E7

Color information

#CBB8E7 (or 0xCBB8E7) is unknown color: approx Melrose. HEX triplet: CB, B8 and E7. RGB value is (203,184,231). Sum of RGB (Red+Green+Blue) = 203+184+231=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 184 (72.27% from 255 or 29.77% from 618); Blue value is 231 (90.62% from 255 or 37.38% from 618); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBB8E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB8E7 is #344718. Grayscale: #C2C2C2. Windows color (decimal): -3426073 or 15186123. OLE color: 15186123.

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

Color convert

RGB203184231-
CMYK0.120.2000.09
HSL264.26º49.47%81.37%-
HSV(B)264.26º20.35%90.59%-
XYZ56.1952.7582.82-
YUV195.04148.29133.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 184 (72.27% from 255) = 29.77%
BLUE value IS 231 (90.62% from 255) = 37.38%
R=32.85%
G=29.77%
B=37.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031842310.120.2000.09264.2649.4781.37
HexCBB8E7C14091083151
Octal313270347142401141061121
Binary110010111011100011100111110010100010011000010001100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB8E7; }

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

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

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

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

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

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

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

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