#CBB8EE

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

Shades of Melrose #CBB8EE

Tints of Melrose #CBB8EE

Color information

#CBB8EE (or 0xCBB8EE) is unknown color: approx Melrose. HEX triplet: CB, B8 and EE. RGB value is (203,184,238). Sum of RGB (Red+Green+Blue) = 203+184+238=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB8EE is #344711. Grayscale: #C3C3C3. Windows color (decimal): -3426066 or 15644875. OLE color: 15644875.

HSL color Cylindrical-coordinate representation of color #CBB8EE: hue angle of 261.11º degrees, saturation: 0.61, 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 #CBB8EE is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203184238-
CMYK0.150.2300.07
HSL261.11º61.36%82.75%-
HSV(B)261.11º22.69%93.33%-
XYZ57.253.1588.13-
YUV195.84151.79133.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.48%
GREEN value IS 184 (72.27% from 255) = 29.44%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=32.48%
G=29.44%
B=38.08%

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
Decimal2031842380.150.2300.07261.1161.3682.75
HexCBB8EEF17071053d53
Octal31327035617270740575123
Binary11001011101110001110111011111011101111000001011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB8EE; }

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

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

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

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

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

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

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

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