#EFCAEA

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

Shades of Snuff #EFCAEA

Tints of Snuff #EFCAEA

Color information

#EFCAEA (or 0xEFCAEA) is unknown color: approx Snuff. HEX triplet: EF, CA and EA. RGB value is (239,202,234). Sum of RGB (Red+Green+Blue) = 239+202+234=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAEA is #103515. Grayscale: #D8D8D8. Windows color (decimal): -1062166 or 15387375. OLE color: 15387375.

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

Color convert

RGB239202234-
CMYK00.150.020.06
HSL308.11º53.62%86.47%-
HSV(B)308.11º15.48%93.73%-
XYZ71.5766.5386.91-
YUV216.71137.76143.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 202 (79.30% from 255) = 29.93%
BLUE value IS 234 (91.80% from 255) = 34.67%
R=35.41%
G=29.93%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920223400.150.020.06308.1153.6286.47
HexEFCAEA0F261343656
Octal3573123520172646466126
Binary11101111110010101110101001111101101001101001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAEA; }

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

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

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

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

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

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

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

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