#EFCDEF

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

Shades of Snuff #EFCDEF

Tints of Snuff #EFCDEF

Color information

#EFCDEF (or 0xEFCDEF) is unknown color: approx Snuff. HEX triplet: EF, CD and EF. RGB value is (239,205,239). Sum of RGB (Red+Green+Blue) = 239+205+239=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 205 (80.47% from 255 or 30.01% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFCDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDEF is #103210. Grayscale: #DADADA. Windows color (decimal): -1061393 or 15715823. OLE color: 15715823.

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

Color convert

RGB239205239-
CMYK00.1400.06
HSL300º51.52%87.06%-
HSV(B)300º14.23%93.73%-
XYZ73.0168.2590.99-
YUV219.04139.26142.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 205 (80.47% from 255) = 30.01%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=34.99%
G=30.01%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920523900.1400.0630051.5287.06
HexEFCDEF0E0612c3457
Octal3573153570160645464127
Binary1110111111001101111011110111001101001011001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDEF; }

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

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

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

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

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

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

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

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