#CEBFC4

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

Shades of Melanie #CEBFC4

Tints of Melanie #CEBFC4

Color information

#CEBFC4 (or 0xCEBFC4) is unknown color: approx Melanie. HEX triplet: CE, BF and C4. RGB value is (206,191,196). Sum of RGB (Red+Green+Blue) = 206+191+196=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFC4 is #31403B. Grayscale: #C4C4C4. Windows color (decimal): -3227708 or 12894158. OLE color: 12894158.

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

Color convert

RGB206191196-
CMYK00.070.050.19
HSL340º13.27%77.84%-
HSV(B)340º7.28%80.78%-
XYZ54.0554.3759.87-
YUV196.05127.97135.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.74%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 196 (76.95% from 255) = 33.05%
R=34.74%
G=32.21%
B=33.05%

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
Decimal20619119600.070.050.1934013.2777.84
HexCEBFC407513154d4e
Octal3162773040752352415116
Binary11001110101111111100010001111011001110101010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFC4; }

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

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

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

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

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

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

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

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