#EFC3EE

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

Shades of Snuff #EFC3EE

Tints of Snuff #EFC3EE

Color information

#EFC3EE (or 0xEFC3EE) is unknown color: approx Snuff. HEX triplet: EF, C3 and EE. RGB value is (239,195,238). Sum of RGB (Red+Green+Blue) = 239+195+238=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 195 (76.56% from 255 or 29.02% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3EE is #103C11. Grayscale: #D4D4D4. Windows color (decimal): -1063954 or 15647727. OLE color: 15647727.

HSL color Cylindrical-coordinate representation of color #EFC3EE: hue angle of 301.36º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC3EE is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB239195238-
CMYK00.180.000.06
HSL301.36º57.89%85.1%-
HSV(B)301.36º18.41%93.73%-
XYZ70.5463.5589.44-
YUV213.06142.08146.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 195 (76.56% from 255) = 29.02%
BLUE value IS 238 (93.36% from 255) = 35.42%
R=35.57%
G=29.02%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919523800.180.000.06301.3657.8985.1
HexEFC3EE0120612d3a55
Octal3573033560220645572125
Binary11101111110000111110111001001001101001011011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC3EE; }

 p { color: rgb(239,195,238); }

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

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

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

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

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

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

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