#EFC3EB

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

Shades of Snuff #EFC3EB

Tints of Snuff #EFC3EB

Color information

#EFC3EB (or 0xEFC3EB) is unknown color: approx Snuff. HEX triplet: EF, C3 and EB. RGB value is (239,195,235). Sum of RGB (Red+Green+Blue) = 239+195+235=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 195 (76.56% from 255 or 29.15% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3EB is #103C14. Grayscale: #D4D4D4. Windows color (decimal): -1063957 or 15451119. OLE color: 15451119.

HSL color Cylindrical-coordinate representation of color #EFC3EB: hue angle of 305.45º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC3EB is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239195235-
CMYK00.180.020.06
HSL305.45º57.89%85.1%-
HSV(B)305.45º18.41%93.73%-
XYZ70.1163.3887.14-
YUV212.72140.58146.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 195 (76.56% from 255) = 29.15%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=35.72%
G=29.15%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919523500.180.020.06305.4557.8985.1
HexEFC3EB012261313a55
Octal3573033530222646172125
Binary111011111100001111101011010010101101001100011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC3EB; }

 p { color: rgb(239,195,235); }

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

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

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

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

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

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

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