#CEBEC1

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

Shades of Melanie #CEBEC1

Tints of Melanie #CEBEC1

Color information

#CEBEC1 (or 0xCEBEC1) is unknown color: approx Melanie. HEX triplet: CE, BE and C1. RGB value is (206,190,193). Sum of RGB (Red+Green+Blue) = 206+190+193=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEC1 is #31413E. Grayscale: #C3C3C3. Windows color (decimal): -3227967 or 12697294. OLE color: 12697294.

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

Color convert

RGB206190193-
CMYK00.080.060.19
HSL348.75º14.04%77.65%-
HSV(B)348.75º7.77%80.78%-
XYZ53.4953.858.02-
YUV195.13126.8135.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 193 (75.78% from 255) = 32.77%
R=34.97%
G=32.26%
B=32.77%

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
Decimal20619019300.080.060.19348.7514.0477.65
HexCEBEC10861315de4e
Octal31627630101062353516116
Binary110011101011111011000001010001101001110101110111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEC1; }

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

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

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

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

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

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

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

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