#CBB3ED

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

Shades of Melrose #CBB3ED

Tints of Melrose #CBB3ED

Color information

#CBB3ED (or 0xCBB3ED) is unknown color: approx Melrose. HEX triplet: CB, B3 and ED. RGB value is (203,179,237). Sum of RGB (Red+Green+Blue) = 203+179+237=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBB3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB3ED is #344C12. Grayscale: #C0C0C0. Windows color (decimal): -3427347 or 15578059. OLE color: 15578059.

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

Color convert

RGB203179237-
CMYK0.140.2400.07
HSL264.83º61.7%81.57%-
HSV(B)264.83º24.47%92.94%-
XYZ56.0351.0587.02-
YUV192.79152.95135.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.79%
GREEN value IS 179 (70.31% from 255) = 28.92%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=32.79%
G=28.92%
B=38.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031792370.140.2400.07264.8361.781.57
HexCBB3EDE18071093e52
Octal31326335516300741176122
Binary11001011101100111110110111101100001111000010011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB3ED; }

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

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

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

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

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

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

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

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