#CBB6E6

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

Shades of Melrose #CBB6E6

Tints of Melrose #CBB6E6

Color information

#CBB6E6 (or 0xCBB6E6) is unknown color: approx Melrose. HEX triplet: CB, B6 and E6. RGB value is (203,182,230). Sum of RGB (Red+Green+Blue) = 203+182+230=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 182 (71.48% from 255 or 29.59% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBB6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB6E6 is #344919. Grayscale: #C1C1C1. Windows color (decimal): -3426586 or 15120075. OLE color: 15120075.

HSL color Cylindrical-coordinate representation of color #CBB6E6: hue angle of 266.25º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBB6E6 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB203182230-
CMYK0.120.2100.10
HSL266.25º48.98%80.78%-
HSV(B)266.25º20.87%90.2%-
XYZ55.6451.8781.94-
YUV193.75148.46134.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.01%
GREEN value IS 182 (71.48% from 255) = 29.59%
BLUE value IS 230 (90.23% from 255) = 37.40%
R=33.01%
G=29.59%
B=37.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2031822300.120.2100.10266.2548.9880.78
HexCBB6E6C150A10a3151
Octal313266346142501241261121
Binary110010111011011011100110110010101010101000010101100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB6E6; }

 p { color: rgb(203,182,230); }

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

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

 a { background-color: rgb(203,182,230); }

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

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

 span { border-color: rgb(203,182,230); }

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