#CBB4F0

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

Shades of Melrose #CBB4F0

Tints of Melrose #CBB4F0

Color information

#CBB4F0 (or 0xCBB4F0) is unknown color: approx Melrose. HEX triplet: CB, B4 and F0. RGB value is (203,180,240). Sum of RGB (Red+Green+Blue) = 203+180+240=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBB4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB4F0 is #344B0F. Grayscale: #C1C1C1. Windows color (decimal): -3427088 or 15774923. OLE color: 15774923.

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

Color convert

RGB203180240-
CMYK0.150.2500.06
HSL263º66.67%82.35%-
HSV(B)263º25%94.12%-
XYZ56.6851.6389.42-
YUV193.72154.12134.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.58%
GREEN value IS 180 (70.70% from 255) = 28.89%
BLUE value IS 240 (94.14% from 255) = 38.52%
R=32.58%
G=28.89%
B=38.52%

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
Decimal2031802400.150.2500.0626366.6782.35
HexCBB4F0F19061074352
Octal313264360173106407103122
Binary110010111011010011110000111111001011010000011110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB4F0; }

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

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

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

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

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

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

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

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