#CBBBE3

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

Shades of Melrose #CBBBE3

Tints of Melrose #CBBBE3

Color information

#CBBBE3 (or 0xCBBBE3) is unknown color: approx Melrose. HEX triplet: CB, BB and E3. RGB value is (203,187,227). Sum of RGB (Red+Green+Blue) = 203+187+227=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBBBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBE3 is #34441C. Grayscale: #C4C4C4. Windows color (decimal): -3425309 or 14924747. OLE color: 14924747.

HSL color Cylindrical-coordinate representation of color #CBBBE3: hue angle of 264º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBBBE3 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203187227-
CMYK0.110.1800.11
HSL264º41.67%81.18%-
HSV(B)264º17.62%89.02%-
XYZ56.2653.7880.09-
YUV196.34145.3132.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 187 (73.44% from 255) = 30.31%
BLUE value IS 227 (89.06% from 255) = 36.79%
R=32.90%
G=30.31%
B=36.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2031872270.110.1800.1126441.6781.18
HexCBBBE3B120B1082a51
Octal313273343132201341052121
Binary110010111011101111100011101110010010111000010001010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBE3; }

 p { color: rgb(203,187,227); }

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

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

 a { background-color: rgb(203,187,227); }

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

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

 span { border-color: rgb(203,187,227); }

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