#EFCDE7

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

Shades of Snuff #EFCDE7

Tints of Snuff #EFCDE7

Color information

#EFCDE7 (or 0xEFCDE7) is unknown color: approx Snuff. HEX triplet: EF, CD and E7. RGB value is (239,205,231). Sum of RGB (Red+Green+Blue) = 239+205+231=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 231 (90.62% from 255 or 34.22% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDE7 is #103218. Grayscale: #DADADA. Windows color (decimal): -1061401 or 15191535. OLE color: 15191535.

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

Color convert

RGB239205231-
CMYK00.140.030.06
HSL314.12º51.52%87.06%-
HSV(B)314.12º14.23%93.73%-
XYZ71.8567.7884.9-
YUV218.13135.26142.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 205 (80.47% from 255) = 30.37%
BLUE value IS 231 (90.62% from 255) = 34.22%
R=35.41%
G=30.37%
B=34.22%

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
Decimal23920523100.140.030.06314.1251.5287.06
HexEFCDE70E3613a3457
Octal3573153470163647264127
Binary11101111110011011110011101110111101001110101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDE7; }

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

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

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

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

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

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

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

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