#CBB6ED

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

Shades of Melrose #CBB6ED

Tints of Melrose #CBB6ED

Color information

#CBB6ED (or 0xCBB6ED) is unknown color: approx Melrose. HEX triplet: CB, B6 and ED. RGB value is (203,182,237). Sum of RGB (Red+Green+Blue) = 203+182+237=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 182 (71.48% from 255 or 29.26% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBB6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB6ED is #344912. Grayscale: #C2C2C2. Windows color (decimal): -3426579 or 15578827. OLE color: 15578827.

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

Color convert

RGB203182237-
CMYK0.140.2300.07
HSL262.91º60.44%82.16%-
HSV(B)262.91º23.21%92.94%-
XYZ56.6452.2787.22-
YUV194.55151.96134.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.64%
GREEN value IS 182 (71.48% from 255) = 29.26%
BLUE value IS 237 (92.97% from 255) = 38.10%
R=32.64%
G=29.26%
B=38.10%

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
Decimal2031822370.140.2300.07262.9160.4482.16
HexCBB6EDE17071073c52
Octal31326635516270740774122
Binary11001011101101101110110111101011101111000001111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB6ED; }

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

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

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

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

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

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

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

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