#CBBBE0

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

Shades of Melrose #CBBBE0

Tints of Melrose #CBBBE0

Color information

#CBBBE0 (or 0xCBBBE0) is unknown color: approx Melrose. HEX triplet: CB, BB and E0. RGB value is (203,187,224). Sum of RGB (Red+Green+Blue) = 203+187+224=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBBBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBE0 is #34441F. Grayscale: #C3C3C3. Windows color (decimal): -3425312 or 14728139. OLE color: 14728139.

HSL color Cylindrical-coordinate representation of color #CBBBE0: hue angle of 265.95º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBBBE0 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203187224-
CMYK0.090.1700.12
HSL265.95º37.37%80.59%-
HSV(B)265.95º16.52%87.84%-
XYZ55.8553.6277.93-
YUV196143.8132.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.06%
GREEN value IS 187 (73.44% from 255) = 30.46%
BLUE value IS 224 (87.89% from 255) = 36.48%
R=33.06%
G=30.46%
B=36.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031872240.090.1700.12265.9537.3780.59
HexCBBBE09110C10a2551
Octal313273340112101441245121
Binary110010111011101111100000100110001011001000010101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBE0; }

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

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

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

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

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

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

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

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