#CBB7ED

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

Shades of Melrose #CBB7ED

Tints of Melrose #CBB7ED

Color information

#CBB7ED (or 0xCBB7ED) is unknown color: approx Melrose. HEX triplet: CB, B7 and ED. RGB value is (203,183,237). Sum of RGB (Red+Green+Blue) = 203+183+237=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 183 (71.88% from 255 or 29.37% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBB7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB7ED is #344812. Grayscale: #C2C2C2. Windows color (decimal): -3426323 or 15579083. OLE color: 15579083.

HSL color Cylindrical-coordinate representation of color #CBB7ED: hue angle of 262.22º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBB7ED is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203183237-
CMYK0.140.2300.07
HSL262.22º60%82.35%-
HSV(B)262.22º22.78%92.94%-
XYZ56.8552.6887.29-
YUV195.14151.63133.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.58%
GREEN value IS 183 (71.88% from 255) = 29.37%
BLUE value IS 237 (92.97% from 255) = 38.04%
R=32.58%
G=29.37%
B=38.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031832370.140.2300.07262.226082.35
HexCBB7EDE17071063c52
Octal31326735516270740674122
Binary11001011101101111110110111101011101111000001101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB7ED; }

 p { color: rgb(203,183,237); }

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

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

 a { background-color: rgb(203,183,237); }

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

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

 span { border-color: rgb(203,183,237); }

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