#CBB5F0

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

Shades of Melrose #CBB5F0

Tints of Melrose #CBB5F0

Color information

#CBB5F0 (or 0xCBB5F0) is unknown color: approx Melrose. HEX triplet: CB, B5 and F0. RGB value is (203,181,240). Sum of RGB (Red+Green+Blue) = 203+181+240=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBB5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB5F0 is #344A0F. Grayscale: #C2C2C2. Windows color (decimal): -3426832 or 15775179. OLE color: 15775179.

HSL color Cylindrical-coordinate representation of color #CBB5F0: hue angle of 262.37º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBB5F0 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203181240-
CMYK0.150.2500.06
HSL262.37º66.29%82.55%-
HSV(B)262.37º24.58%94.12%-
XYZ56.8852.0489.48-
YUV194.3153.79134.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.53%
GREEN value IS 181 (71.09% from 255) = 29.01%
BLUE value IS 240 (94.14% from 255) = 38.46%
R=32.53%
G=29.01%
B=38.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031812400.150.2500.06262.3766.2982.55
HexCBB5F0F19061064253
Octal313265360173106406102123
Binary110010111011010111110000111111001011010000011010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5F0; }

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

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

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

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

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

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

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

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