#CBBEE3

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

Shades of Melrose #CBBEE3

Tints of Melrose #CBBEE3

Color information

#CBBEE3 (or 0xCBBEE3) is unknown color: approx Melrose. HEX triplet: CB, BE and E3. RGB value is (203,190,227). Sum of RGB (Red+Green+Blue) = 203+190+227=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBBEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEE3 is #34411C. Grayscale: #C5C5C5. Windows color (decimal): -3424541 or 14925515. OLE color: 14925515.

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

Color convert

RGB203190227-
CMYK0.110.1600.11
HSL261.08º39.78%81.76%-
HSV(B)261.08º16.3%89.02%-
XYZ56.9155.0780.3-
YUV198.1144.31131.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.74%
GREEN value IS 190 (74.61% from 255) = 30.65%
BLUE value IS 227 (89.06% from 255) = 36.61%
R=32.74%
G=30.65%
B=36.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2031902270.110.1600.11261.0839.7881.76
HexCBBEE3B100B1052852
Octal313276343132001340550122
Binary110010111011111011100011101110000010111000001011010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEE3; }

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

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

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

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

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

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

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

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