#EFCEEF

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

Shades of Snuff #EFCEEF

Tints of Snuff #EFCEEF

Color information

#EFCEEF (or 0xEFCEEF) is unknown color: approx Snuff. HEX triplet: EF, CE and EF. RGB value is (239,206,239). Sum of RGB (Red+Green+Blue) = 239+206+239=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFCEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEEF is #103110. Grayscale: #DBDBDB. Windows color (decimal): -1061137 or 15716079. OLE color: 15716079.

HSL color Cylindrical-coordinate representation of color #EFCEEF: hue angle of 300º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCEEF is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239206239-
CMYK00.1400.06
HSL300º50.77%87.25%-
HSV(B)300º13.81%93.73%-
XYZ73.2568.7391.07-
YUV219.63138.93141.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 206 (80.86% from 255) = 30.12%
BLUE value IS 239 (93.75% from 255) = 34.94%
R=34.94%
G=30.12%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920623900.1400.0630050.7787.25
HexEFCEEF0E0612c3357
Octal3573163570160645463127
Binary1110111111001110111011110111001101001011001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEEF; }

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

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

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

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

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

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

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

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