#EFCAE9

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

Shades of Snuff #EFCAE9

Tints of Snuff #EFCAE9

Color information

#EFCAE9 (or 0xEFCAE9) is unknown color: approx Snuff. HEX triplet: EF, CA and E9. RGB value is (239,202,233). Sum of RGB (Red+Green+Blue) = 239+202+233=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAE9 is #103516. Grayscale: #D8D8D8. Windows color (decimal): -1062167 or 15321839. OLE color: 15321839.

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

Color convert

RGB239202233-
CMYK00.150.030.06
HSL309.73º53.62%86.47%-
HSV(B)309.73º15.48%93.73%-
XYZ71.4366.4786.16-
YUV216.6137.26143.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.46%
GREEN value IS 202 (79.30% from 255) = 29.97%
BLUE value IS 233 (91.41% from 255) = 34.57%
R=35.46%
G=29.97%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920223300.150.030.06309.7353.6286.47
HexEFCAE90F361363656
Octal3573123510173646666126
Binary11101111110010101110100101111111101001101101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAE9; }

 p { color: rgb(239,202,233); }

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

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

 a { background-color: rgb(239,202,233); }

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

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

 span { border-color: rgb(239,202,233); }

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