#CBBEE0

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

Shades of Melrose #CBBEE0

Tints of Melrose #CBBEE0

Color information

#CBBEE0 (or 0xCBBEE0) is unknown color: approx Melrose. HEX triplet: CB, BE and E0. RGB value is (203,190,224). Sum of RGB (Red+Green+Blue) = 203+190+224=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBBEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEE0 is #34411F. Grayscale: #C5C5C5. Windows color (decimal): -3424544 or 14728907. OLE color: 14728907.

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

Color convert

RGB203190224-
CMYK0.090.1500.12
HSL262.94º35.42%81.18%-
HSV(B)262.94º15.18%87.84%-
XYZ56.554.9178.14-
YUV197.76142.81131.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 190 (74.61% from 255) = 30.79%
BLUE value IS 224 (87.89% from 255) = 36.30%
R=32.90%
G=30.79%
B=36.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031902240.090.1500.12262.9435.4281.18
HexCBBEE09F0C1072351
Octal313276340111701440743121
Binary11001011101111101110000010011111011001000001111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEE0; }

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

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

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

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

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

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

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

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