#CEBEC3

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

Shades of Melanie #CEBEC3

Tints of Melanie #CEBEC3

Color information

#CEBEC3 (or 0xCEBEC3) is unknown color: approx Melanie. HEX triplet: CE, BE and C3. RGB value is (206,190,195). Sum of RGB (Red+Green+Blue) = 206+190+195=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEC3 is #31413C. Grayscale: #C3C3C3. Windows color (decimal): -3227965 or 12828366. OLE color: 12828366.

HSL color Cylindrical-coordinate representation of color #CEBEC3: hue angle of 341.25º 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 #CEBEC3 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB206190195-
CMYK00.080.050.19
HSL341.25º14.04%77.65%-
HSV(B)341.25º7.77%80.78%-
XYZ53.7253.8959.2-
YUV195.35127.8135.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 195 (76.56% from 255) = 32.99%
R=34.86%
G=32.15%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619019500.080.050.19341.2514.0477.65
HexCEBEC308513155e4e
Octal31627630301052352516116
Binary110011101011111011000011010001011001110101010111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEC3; }

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

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

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

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

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

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

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

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