#EFCDE9

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

Shades of Snuff #EFCDE9

Tints of Snuff #EFCDE9

Color information

#EFCDE9 (or 0xEFCDE9) is unknown color: approx Snuff. HEX triplet: EF, CD and E9. RGB value is (239,205,233). Sum of RGB (Red+Green+Blue) = 239+205+233=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 233 (91.41% from 255 or 34.42% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDE9 is #103216. Grayscale: #DADADA. Windows color (decimal): -1061399 or 15322607. OLE color: 15322607.

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

Color convert

RGB239205233-
CMYK00.140.030.06
HSL310.59º51.52%87.06%-
HSV(B)310.59º14.23%93.73%-
XYZ72.1467.986.39-
YUV218.36136.26142.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.30%
GREEN value IS 205 (80.47% from 255) = 30.28%
BLUE value IS 233 (91.41% from 255) = 34.42%
R=35.30%
G=30.28%
B=34.42%

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
Decimal23920523300.140.030.06310.5951.5287.06
HexEFCDE90E361373457
Octal3573153510163646764127
Binary11101111110011011110100101110111101001101111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDE9; }

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

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

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

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

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

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

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

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