#CEC2C4

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

Shades of Melanie #CEC2C4

Tints of Melanie #CEC2C4

Color information

#CEC2C4 (or 0xCEC2C4) is unknown color: approx Melanie. HEX triplet: CE, C2 and C4. RGB value is (206,194,196). Sum of RGB (Red+Green+Blue) = 206+194+196=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2C4 is #313D3B. Grayscale: #C5C5C5. Windows color (decimal): -3226940 or 12894926. OLE color: 12894926.

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

Color convert

RGB206194196-
CMYK00.060.050.19
HSL350º10.91%78.43%-
HSV(B)350º5.83%80.78%-
XYZ54.7155.6960.09-
YUV197.82126.98133.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.56%
GREEN value IS 194 (76.17% from 255) = 32.55%
BLUE value IS 196 (76.95% from 255) = 32.89%
R=34.56%
G=32.55%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619419600.060.050.1935010.9178.43
HexCEC2C40651315eb4e
Octal3163023040652353613116
Binary11001110110000101100010001101011001110101111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC2C4; }

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

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

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

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

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

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

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

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