#CBBEC1

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

Shades of Melanie #CBBEC1

Tints of Melanie #CBBEC1

Color information

#CBBEC1 (or 0xCBBEC1) is unknown color: approx Melanie. HEX triplet: CB, BE and C1. RGB value is (203,190,193). Sum of RGB (Red+Green+Blue) = 203+190+193=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEC1 is #34413E. Grayscale: #C2C2C2. Windows color (decimal): -3424575 or 12697291. OLE color: 12697291.

HSL color Cylindrical-coordinate representation of color #CBBEC1: hue angle of 346.15º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBBEC1 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB203190193-
CMYK00.060.050.20
HSL346.15º11.11%77.06%-
HSV(B)346.15º6.4%79.61%-
XYZ52.6753.3757.98-
YUV194.23127.31134.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.64%
GREEN value IS 190 (74.61% from 255) = 32.42%
BLUE value IS 193 (75.78% from 255) = 32.94%
R=34.64%
G=32.42%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319019300.060.050.20346.1511.1177.06
HexCBBEC10651415ab4d
Octal3132763010652453213115
Binary11001011101111101100000101101011010010101101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEC1; }

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

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

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

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

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

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

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

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