#EFC8EB

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

Shades of Snuff #EFC8EB

Tints of Snuff #EFC8EB

Color information

#EFC8EB (or 0xEFC8EB) is unknown color: approx Snuff. HEX triplet: EF, C8 and EB. RGB value is (239,200,235). Sum of RGB (Red+Green+Blue) = 239+200+235=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 200 (78.52% from 255 or 29.67% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC8EB is #103714. Grayscale: #D7D7D7. Windows color (decimal): -1062677 or 15452399. OLE color: 15452399.

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

Color convert

RGB239200235-
CMYK00.160.020.06
HSL306.15º54.93%86.08%-
HSV(B)306.15º16.32%93.73%-
XYZ71.2565.6687.52-
YUV215.65138.92144.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.46%
GREEN value IS 200 (78.52% from 255) = 29.67%
BLUE value IS 235 (92.19% from 255) = 34.87%
R=35.46%
G=29.67%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920023500.160.020.06306.1554.9386.08
HexEFC8EB010261323756
Octal3573103530202646267126
Binary111011111100100011101011010000101101001100101101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8EB; }

 p { color: rgb(239,200,235); }

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

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

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

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

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

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

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