#EFC5EB

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

Shades of Snuff #EFC5EB

Tints of Snuff #EFC5EB

Color information

#EFC5EB (or 0xEFC5EB) is unknown color: approx Snuff. HEX triplet: EF, C5 and EB. RGB value is (239,197,235). Sum of RGB (Red+Green+Blue) = 239+197+235=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 197 (77.34% from 255 or 29.36% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC5EB is #103A14. Grayscale: #D5D5D5. Windows color (decimal): -1063445 or 15451631. OLE color: 15451631.

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

Color convert

RGB239197235-
CMYK00.180.020.06
HSL305.71º56.76%85.49%-
HSV(B)305.71º17.57%93.73%-
XYZ70.5664.2887.29-
YUV213.89139.91145.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 197 (77.34% from 255) = 29.36%
BLUE value IS 235 (92.19% from 255) = 35.02%
R=35.62%
G=29.36%
B=35.02%

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
Decimal23919723500.180.020.06305.7156.7685.49
HexEFC5EB012261323955
Octal3573053530222646271125
Binary111011111100010111101011010010101101001100101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC5EB; }

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

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

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

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

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

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

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

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