#CEBEC2

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

Shades of Melanie #CEBEC2

Tints of Melanie #CEBEC2

Color information

#CEBEC2 (or 0xCEBEC2) is unknown color: approx Melanie. HEX triplet: CE, BE and C2. RGB value is (206,190,194). Sum of RGB (Red+Green+Blue) = 206+190+194=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEC2 is #31413D. Grayscale: #C3C3C3. Windows color (decimal): -3227966 or 12762830. OLE color: 12762830.

HSL color Cylindrical-coordinate representation of color #CEBEC2: hue angle of 345º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEBEC2 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB206190194-
CMYK00.080.060.19
HSL345º14.04%77.65%-
HSV(B)345º7.77%80.78%-
XYZ53.653.8458.61-
YUV195.24127.3135.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.92%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 194 (76.17% from 255) = 32.88%
R=34.92%
G=32.20%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619019400.080.060.1934514.0477.65
HexCEBEC208613159e4e
Octal31627630201062353116116
Binary110011101011111011000010010001101001110101100111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEC2; }

 p { color: rgb(206,190,194); }

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

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

 a { background-color: rgb(206,190,194); }

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

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

 span { border-color: rgb(206,190,194); }

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