#EFCEF1

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

Shades of Snuff #EFCEF1

Tints of Snuff #EFCEF1

Color information

#EFCEF1 (or 0xEFCEF1) is unknown color: approx Snuff. HEX triplet: EF, CE and F1. RGB value is (239,206,241). Sum of RGB (Red+Green+Blue) = 239+206+241=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFCEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEF1 is #10310E. Grayscale: #DBDBDB. Windows color (decimal): -1061135 or 15847151. OLE color: 15847151.

HSL color Cylindrical-coordinate representation of color #EFCEF1: hue angle of 296.57º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCEF1 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239206241-
CMYK0.010.1500.05
HSL296.57º55.56%87.65%-
HSV(B)296.57º14.52%94.51%-
XYZ73.5568.8492.63-
YUV219.86139.93141.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.84%
GREEN value IS 206 (80.86% from 255) = 30.03%
BLUE value IS 241 (94.53% from 255) = 35.13%
R=34.84%
G=30.03%
B=35.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392062410.010.1500.05296.5755.5687.65
HexEFCEF11F051293858
Octal3573163611170545170130
Binary1110111111001110111100011111101011001010011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEF1; }

 p { color: rgb(239,206,241); }

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

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

 a { background-color: rgb(239,206,241); }

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

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

 span { border-color: rgb(239,206,241); }

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