#EFCAF5

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

Shades of Snuff #EFCAF5

Tints of Snuff #EFCAF5

Color information

#EFCAF5 (or 0xEFCAF5) is unknown color: approx Snuff. HEX triplet: EF, CA and F5. RGB value is (239,202,245). Sum of RGB (Red+Green+Blue) = 239+202+245=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 202 (79.30% from 255 or 29.45% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFCAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAF5 is #10350A. Grayscale: #D9D9D9. Windows color (decimal): -1062155 or 16108271. OLE color: 16108271.

HSL color Cylindrical-coordinate representation of color #EFCAF5: hue angle of 291.63º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFCAF5 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239202245-
CMYK0.020.1800.04
HSL291.63º68.25%87.65%-
HSV(B)291.63º17.55%96.08%-
XYZ73.267.1895.5-
YUV217.96143.26143-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.84%
GREEN value IS 202 (79.30% from 255) = 29.45%
BLUE value IS 245 (96.09% from 255) = 35.71%
R=34.84%
G=29.45%
B=35.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392022450.020.1800.04291.6368.2587.65
HexEFCAF5212041244458
Octal35731236522204444104130
Binary1110111111001010111101011010010010010010010010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAF5; }

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

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

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

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

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

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

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

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