#CFBCC2

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

Shades of Melanie #CFBCC2

Tints of Melanie #CFBCC2

Color information

#CFBCC2 (or 0xCFBCC2) is unknown color: approx Melanie. HEX triplet: CF, BC and C2. RGB value is (207,188,194). Sum of RGB (Red+Green+Blue) = 207+188+194=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCC2 is #30433D. Grayscale: #C2C2C2. Windows color (decimal): -3162942 or 12762319. OLE color: 12762319.

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

Color convert

RGB207188194-
CMYK00.090.060.19
HSL341.05º16.52%77.45%-
HSV(B)341.05º9.18%81.18%-
XYZ53.4553.1358.48-
YUV194.36127.79137.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 194 (76.17% from 255) = 32.94%
R=35.14%
G=31.92%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718819400.090.060.19341.0516.5277.45
HexCFBCC209613155114d
Octal31727430201162352521115
Binary1100111110111100110000100100111010011101010101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBCC2; }

 p { color: rgb(207,188,194); }

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

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

 a { background-color: rgb(207,188,194); }

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

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

 span { border-color: rgb(207,188,194); }

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