#EFC0EE

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

Shades of Snuff #EFC0EE

Tints of Snuff #EFC0EE

Color information

#EFC0EE (or 0xEFC0EE) is unknown color: approx Snuff. HEX triplet: EF, C0 and EE. RGB value is (239,192,238). Sum of RGB (Red+Green+Blue) = 239+192+238=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 192 (75.39% from 255 or 28.70% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC0EE is #103F11. Grayscale: #D3D3D3. Windows color (decimal): -1064722 or 15646959. OLE color: 15646959.

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

Color convert

RGB239192238-
CMYK00.200.000.06
HSL301.28º59.49%84.51%-
HSV(B)301.28º19.67%93.73%-
XYZ69.8862.2289.22-
YUV211.3143.07147.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 192 (75.39% from 255) = 28.70%
BLUE value IS 238 (93.36% from 255) = 35.58%
R=35.72%
G=28.70%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919223800.200.000.06301.2859.4984.51
HexEFC0EE0140612d3b55
Octal3573003560240645573125
Binary11101111110000001110111001010001101001011011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC0EE; }

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

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

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

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

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

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

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

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