#EFCDF0

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

Shades of Snuff #EFCDF0

Tints of Snuff #EFCDF0

Color information

#EFCDF0 (or 0xEFCDF0) is unknown color: approx Snuff. HEX triplet: EF, CD and F0. RGB value is (239,205,240). Sum of RGB (Red+Green+Blue) = 239+205+240=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFCDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDF0 is #10320F. Grayscale: #DBDBDB. Windows color (decimal): -1061392 or 15781359. OLE color: 15781359.

HSL color Cylindrical-coordinate representation of color #EFCDF0: hue angle of 298.29º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCDF0 is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239205240-
CMYK0.000.1500.06
HSL298.29º53.85%87.25%-
HSV(B)298.29º14.58%94.12%-
XYZ73.1668.391.77-
YUV219.16139.76142.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 205 (80.47% from 255) = 29.97%
BLUE value IS 240 (94.14% from 255) = 35.09%
R=34.94%
G=29.97%
B=35.09%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392052400.000.1500.06298.2953.8587.25
HexEFCDF00F0612a3657
Octal3573153600170645266127
Binary1110111111001101111100000111101101001010101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDF0; }

 p { color: rgb(239,205,240); }

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

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

 a { background-color: rgb(239,205,240); }

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

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

 span { border-color: rgb(239,205,240); }

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