#EFC5EA

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

Shades of Snuff #EFC5EA

Tints of Snuff #EFC5EA

Color information

#EFC5EA (or 0xEFC5EA) is unknown color: approx Snuff. HEX triplet: EF, C5 and EA. RGB value is (239,197,234). Sum of RGB (Red+Green+Blue) = 239+197+234=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 197 (77.34% from 255 or 29.40% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC5EA is #103A15. Grayscale: #D5D5D5. Windows color (decimal): -1063446 or 15386095. OLE color: 15386095.

HSL color Cylindrical-coordinate representation of color #EFC5EA: hue angle of 307.14º degrees, saturation: 0.57, 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 #EFC5EA is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239197234-
CMYK00.180.020.06
HSL307.14º56.76%85.49%-
HSV(B)307.14º17.57%93.73%-
XYZ70.4164.2286.53-
YUV213.78139.41145.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.67%
GREEN value IS 197 (77.34% from 255) = 29.40%
BLUE value IS 234 (91.80% from 255) = 34.93%
R=35.67%
G=29.40%
B=34.93%

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
Decimal23919723400.180.020.06307.1456.7685.49
HexEFC5EA012261333955
Octal3573053520222646371125
Binary111011111100010111101010010010101101001100111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC5EA; }

 p { color: rgb(239,197,234); }

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

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

 a { background-color: rgb(239,197,234); }

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

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

 span { border-color: rgb(239,197,234); }

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