#EFCEF4

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

Shades of Snuff #EFCEF4

Tints of Snuff #EFCEF4

Color information

#EFCEF4 (or 0xEFCEF4) is unknown color: approx Snuff. HEX triplet: EF, CE and F4. RGB value is (239,206,244). Sum of RGB (Red+Green+Blue) = 239+206+244=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 206 (80.86% from 255 or 29.90% from 689); Blue value is 244 (95.70% from 255 or 35.41% from 689); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFCEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEF4 is #10310B. Grayscale: #DCDCDC. Windows color (decimal): -1061132 or 16043759. OLE color: 16043759.

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

Color convert

RGB239206244-
CMYK0.020.1600.04
HSL292.11º63.33%88.24%-
HSV(B)292.11º15.57%95.69%-
XYZ7469.0295.01-
YUV220.2141.43141.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 206 (80.86% from 255) = 29.90%
BLUE value IS 244 (95.70% from 255) = 35.41%
R=34.69%
G=29.90%
B=35.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392062440.020.1600.04292.1163.3388.24
HexEFCEF4210041243f58
Octal3573163642200444477130
Binary111011111100111011110100101000001001001001001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEF4; }

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

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

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

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

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

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

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

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