#EFCAEF

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

Shades of Snuff #EFCAEF

Tints of Snuff #EFCAEF

Color information

#EFCAEF (or 0xEFCAEF) is unknown color: approx Snuff. HEX triplet: EF, CA and EF. RGB value is (239,202,239). Sum of RGB (Red+Green+Blue) = 239+202+239=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFCAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAEF is #103510. Grayscale: #D9D9D9. Windows color (decimal): -1062161 or 15715055. OLE color: 15715055.

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

Color convert

RGB239202239-
CMYK00.1500.06
HSL300º53.62%86.47%-
HSV(B)300º15.48%93.73%-
XYZ72.366.8290.75-
YUV217.28140.26143.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.15%
GREEN value IS 202 (79.30% from 255) = 29.71%
BLUE value IS 239 (93.75% from 255) = 35.15%
R=35.15%
G=29.71%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920223900.1500.0630053.6286.47
HexEFCAEF0F0612c3656
Octal3573123570170645466126
Binary1110111111001010111011110111101101001011001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAEF; }

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

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

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

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

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

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

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

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