#EFCFF3

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

Shades of Snuff #EFCFF3

Tints of Snuff #EFCFF3

Color information

#EFCFF3 (or 0xEFCFF3) is unknown color: approx Snuff. HEX triplet: EF, CF and F3. RGB value is (239,207,243). Sum of RGB (Red+Green+Blue) = 239+207+243=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 207 (81.25% from 255 or 30.04% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFCFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFF3 is #10300C. Grayscale: #DCDCDC. Windows color (decimal): -1060877 or 15978479. OLE color: 15978479.

HSL color Cylindrical-coordinate representation of color #EFCFF3: hue angle of 293.33º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCFF3 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239207243-
CMYK0.020.1500.05
HSL293.33º60%88.24%-
HSV(B)293.33º14.81%95.29%-
XYZ74.0969.4594.29-
YUV220.67140.6141.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 207 (81.25% from 255) = 30.04%
BLUE value IS 243 (95.31% from 255) = 35.27%
R=34.69%
G=30.04%
B=35.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392072430.020.1500.05293.336088.24
HexEFCFF32F051253c58
Octal3573173632170544574130
Binary11101111110011111111001110111101011001001011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFF3; }

 p { color: rgb(239,207,243); }

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

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

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

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

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

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

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