#EFCDE8

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

Shades of Snuff #EFCDE8

Tints of Snuff #EFCDE8

Color information

#EFCDE8 (or 0xEFCDE8) is unknown color: approx Snuff. HEX triplet: EF, CD and E8. RGB value is (239,205,232). Sum of RGB (Red+Green+Blue) = 239+205+232=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 205 (80.47% from 255 or 30.33% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDE8 is #103217. Grayscale: #DADADA. Windows color (decimal): -1061400 or 15257071. OLE color: 15257071.

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

Color convert

RGB239205232-
CMYK00.140.030.06
HSL312.35º51.52%87.06%-
HSV(B)312.35º14.23%93.73%-
XYZ71.9967.8485.64-
YUV218.24135.76142.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 205 (80.47% from 255) = 30.33%
BLUE value IS 232 (91.02% from 255) = 34.32%
R=35.36%
G=30.33%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920523200.140.030.06312.3551.5287.06
HexEFCDE80E361383457
Octal3573153500163647064127
Binary11101111110011011110100001110111101001110001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDE8; }

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

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

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

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

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

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

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

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