#EFC9EB

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

Shades of Snuff #EFC9EB

Tints of Snuff #EFC9EB

Color information

#EFC9EB (or 0xEFC9EB) is unknown color: approx Snuff. HEX triplet: EF, C9 and EB. RGB value is (239,201,235). Sum of RGB (Red+Green+Blue) = 239+201+235=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 201 (78.91% from 255 or 29.78% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC9EB is #103614. Grayscale: #D8D8D8. Windows color (decimal): -1062421 or 15452655. OLE color: 15452655.

HSL color Cylindrical-coordinate representation of color #EFC9EB: hue angle of 306.32º degrees, saturation: 0.54, 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 #EFC9EB is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239201235-
CMYK00.160.020.06
HSL306.32º54.29%86.27%-
HSV(B)306.32º15.9%93.73%-
XYZ71.4866.1287.59-
YUV216.24138.59144.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 201 (78.91% from 255) = 29.78%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=35.41%
G=29.78%
B=34.81%

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
Decimal23920123500.160.020.06306.3254.2986.27
HexEFC9EB010261323656
Octal3573113530202646266126
Binary111011111100100111101011010000101101001100101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC9EB; }

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

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

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

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

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

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

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

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