#CEC0C3

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

Shades of Melanie #CEC0C3

Tints of Melanie #CEC0C3

Color information

#CEC0C3 (or 0xCEC0C3) is unknown color: approx Melanie. HEX triplet: CE, C0 and C3. RGB value is (206,192,195). Sum of RGB (Red+Green+Blue) = 206+192+195=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0C3 is #313F3C. Grayscale: #C4C4C4. Windows color (decimal): -3227453 or 12828878. OLE color: 12828878.

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

Color convert

RGB206192195-
CMYK00.070.050.19
HSL347.14º12.5%78.04%-
HSV(B)347.14º6.8%80.78%-
XYZ54.1554.7659.35-
YUV196.53127.14134.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.74%
GREEN value IS 192 (75.39% from 255) = 32.38%
BLUE value IS 195 (76.56% from 255) = 32.88%
R=34.74%
G=32.38%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619219500.070.050.19347.1412.578.04
HexCEC0C30751315bc4e
Octal3163003030752353314116
Binary11001110110000001100001101111011001110101101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC0C3; }

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

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

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

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

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

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

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

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