#CBB5ED

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

Shades of Melrose #CBB5ED

Tints of Melrose #CBB5ED

Color information

#CBB5ED (or 0xCBB5ED) is unknown color: approx Melrose. HEX triplet: CB, B5 and ED. RGB value is (203,181,237). Sum of RGB (Red+Green+Blue) = 203+181+237=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBB5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB5ED is #344A12. Grayscale: #C1C1C1. Windows color (decimal): -3426835 or 15578571. OLE color: 15578571.

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

Color convert

RGB203181237-
CMYK0.140.2400.07
HSL263.57º60.87%81.96%-
HSV(B)263.57º23.63%92.94%-
XYZ56.4451.8687.16-
YUV193.96152.29134.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.69%
GREEN value IS 181 (71.09% from 255) = 29.15%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=32.69%
G=29.15%
B=38.16%

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
Decimal2031812370.140.2400.07263.5760.8781.96
HexCBB5EDE18071083d52
Octal31326535516300741075122
Binary11001011101101011110110111101100001111000010001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5ED; }

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

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

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

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

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

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

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

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