#CBB7EE

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

Shades of Melrose #CBB7EE

Tints of Melrose #CBB7EE

Color information

#CBB7EE (or 0xCBB7EE) is unknown color: approx Melrose. HEX triplet: CB, B7 and EE. RGB value is (203,183,238). Sum of RGB (Red+Green+Blue) = 203+183+238=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 183 (71.88% from 255 or 29.33% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBB7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB7EE is #344811. Grayscale: #C3C3C3. Windows color (decimal): -3426322 or 15644619. OLE color: 15644619.

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

Color convert

RGB203183238-
CMYK0.150.2300.07
HSL261.82º61.8%82.55%-
HSV(B)261.82º23.11%93.33%-
XYZ56.9952.7488.06-
YUV195.25152.13133.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.53%
GREEN value IS 183 (71.88% from 255) = 29.33%
BLUE value IS 238 (93.36% from 255) = 38.14%
R=32.53%
G=29.33%
B=38.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031832380.150.2300.07261.8261.882.55
HexCBB7EEF17071063e53
Octal31326735617270740676123
Binary11001011101101111110111011111011101111000001101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB7EE; }

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

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

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

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

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

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

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

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