#EFCAF4

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

Shades of Snuff #EFCAF4

Tints of Snuff #EFCAF4

Color information

#EFCAF4 (or 0xEFCAF4) is unknown color: approx Snuff. HEX triplet: EF, CA and F4. RGB value is (239,202,244). Sum of RGB (Red+Green+Blue) = 239+202+244=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 202 (79.30% from 255 or 29.49% from 685); Blue value is 244 (95.70% from 255 or 35.62% from 685); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFCAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAF4 is #10350B. Grayscale: #D9D9D9. Windows color (decimal): -1062156 or 16042735. OLE color: 16042735.

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

Color convert

RGB239202244-
CMYK0.020.1700.04
HSL292.86º65.62%87.45%-
HSV(B)292.86º17.21%95.69%-
XYZ73.0567.1294.69-
YUV217.85142.76143.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.89%
GREEN value IS 202 (79.30% from 255) = 29.49%
BLUE value IS 244 (95.70% from 255) = 35.62%
R=34.89%
G=29.49%
B=35.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392022440.020.1700.04292.8665.6287.45
HexEFCAF4211041254257
Octal35731236422104445102127
Binary1110111111001010111101001010001010010010010110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAF4; }

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

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

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

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

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

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

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

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