#EFC7EA

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

Shades of Snuff #EFC7EA

Tints of Snuff #EFC7EA

Color information

#EFC7EA (or 0xEFC7EA) is unknown color: approx Snuff. HEX triplet: EF, C7 and EA. RGB value is (239,199,234). Sum of RGB (Red+Green+Blue) = 239+199+234=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 199 (78.12% from 255 or 29.61% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC7EA is #103815. Grayscale: #D6D6D6. Windows color (decimal): -1062934 or 15386607. OLE color: 15386607.

HSL color Cylindrical-coordinate representation of color #EFC7EA: hue angle of 307.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC7EA is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239199234-
CMYK00.170.020.06
HSL307.5º55.56%85.88%-
HSV(B)307.5º16.74%93.73%-
XYZ70.8765.1486.68-
YUV214.95138.75145.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 199 (78.12% from 255) = 29.61%
BLUE value IS 234 (91.80% from 255) = 34.82%
R=35.57%
G=29.61%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919923400.170.020.06307.555.5685.88
HexEFC7EA011261343856
Octal3573073520212646470126
Binary111011111100011111101010010001101101001101001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC7EA; }

 p { color: rgb(239,199,234); }

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

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

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

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

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

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

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