#CEBFC2

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

Shades of Melanie #CEBFC2

Tints of Melanie #CEBFC2

Color information

#CEBFC2 (or 0xCEBFC2) is unknown color: approx Melanie. HEX triplet: CE, BF and C2. RGB value is (206,191,194). Sum of RGB (Red+Green+Blue) = 206+191+194=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFC2 is #31403D. Grayscale: #C3C3C3. Windows color (decimal): -3227710 or 12763086. OLE color: 12763086.

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

Color convert

RGB206191194-
CMYK00.070.060.19
HSL348º13.27%77.84%-
HSV(B)348º7.28%80.78%-
XYZ53.8254.2858.68-
YUV195.83126.97135.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 194 (76.17% from 255) = 32.83%
R=34.86%
G=32.32%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619119400.070.060.1934813.2777.84
HexCEBFC20761315cd4e
Octal3162773020762353415116
Binary11001110101111111100001001111101001110101110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFC2; }

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

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

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

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

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

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

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

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